public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] tempname ALSR etc. fixes from Gnulib
@ 2022-08-25 21:46 Paul Eggert
  2022-08-25 21:46 ` Paul Eggert
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Paul Eggert @ 2022-08-25 21:46 UTC (permalink / raw)
  To: libc-alpha; +Cc: Paul Eggert

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-08-26  9:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-25 21:46 [PATCH v2 0/2] tempname ALSR etc. fixes from Gnulib Paul Eggert
2022-08-25 21:46 ` Paul Eggert
2022-08-25 21:46 ` [PATCH v2 1/2] Merge tempname ASLR etc. patch " Paul Eggert
2022-08-25 21:46   ` Paul Eggert
2022-08-25 21:46 ` [PATCH v2 2/2] Split __path_search into a separate file Paul Eggert
2022-08-25 21:46   ` Paul Eggert
2022-08-26  9:47   ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).