[PATCH v2 0/2] tempname ALSR etc. fixes from Gnulib

Paul Eggert eggert@cs.ucla.edu
Thu Aug 25 21:46:32 GMT 2022


This updates v1 as follows:

* It omits v1's first two patches as they have been installed into glibc already.

* It appends a patch to split __path_search into a separate file, as suggested by Bruno Haible on the Gnulib mailing list <https://lists.gnu.org/r/bug-gnulib/2022-08/msg00077.html> and now implemented in Gnulib <https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=044bf893acee0a55b22b4be0ede0e3ce010c480a>.

v2's first patch is identical to v1's third patch. v2's second patch is new.

Paul Eggert (2):
  Merge tempname ASLR etc. patch from Gnulib
  Split __path_search into a separate file

 stdio-common/Makefile       |   2 +
 stdio-common/path-search.c  |  31 +++++++
 stdio-common/tempname.c     |  14 ---
 sysdeps/posix/path-search.c |  92 ++++++++++++++++++++
 sysdeps/posix/tempname.c    | 164 ++++++++++++------------------------
 5 files changed, 178 insertions(+), 125 deletions(-)
 create mode 100644 stdio-common/path-search.c
 create mode 100644 sysdeps/posix/path-search.c

--
2.37.2



More information about the Libc-alpha mailing list