public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: libc-alpha@gnu.org
Cc: Paul Eggert <eggert@cs.ucla.edu>
Subject: [PATCH v2 0/2] tempname ALSR etc. fixes from Gnulib
Date: Thu, 25 Aug 2022 14:46:32 -0700	[thread overview]
Message-ID: <20220825214634.3561419-1-eggert@cs.ucla.edu> (raw)

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


WARNING: multiple messages have this Message-ID
From: Paul Eggert <eggert@cs.ucla.edu>
To: libc-alpha@gnu.org
Subject: [PATCH v2 0/2] tempname ALSR etc. fixes from Gnulib
Date: Thu, 25 Aug 2022 14:46:32 -0700	[thread overview]
Message-ID: <20220825214634.3561419-1-eggert@cs.ucla.edu> (raw)
Message-ID: <20220825214632.P-8IJajJIltTDmMCU4GUy-GF3OUJ7V46CMtPc5WEYdc@z> (raw)

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


             reply	other threads:[~2022-08-25 21:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-25 21:46 Paul Eggert [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220825214634.3561419-1-eggert@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=libc-alpha@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).