public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix some issues with tests when fortify is enabled
@ 2023-07-21 12:18 Adhemerval Zanella
  2023-07-21 12:18 ` [PATCH 1/3] posix: Fix test-errno build with fortify enable Adhemerval Zanella
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Adhemerval Zanella @ 2023-07-21 12:18 UTC (permalink / raw)
  To: libc-alpha, Frederic Berat

While working on the a3090c2c98facb I saw some issues while building
some tests when fortify is enabled.  While the test-errno shows only
with old gcc 8, both bug-strncat1 and tester shows with gcc 13.1.1.

I also checked with version from 7 to 13 with different ABIs (aarch64,
arm, mips, powerpc, powerpc64, and x86_64) and they following are the
oly missing fixes.

Adhemerval Zanella (3):
  posix: Fix test-errno build with fortify enable
  string: Fix bug-strncat1 with fortify enabled
  string: Fix tester with fortify enabled

 posix/test-errno.c    |  5 ++++-
 string/bug-strncat1.c | 14 ++++++++------
 string/tester.c       | 12 ++++++++----
 3 files changed, 20 insertions(+), 11 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-07-24 18:45 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-21 12:18 [PATCH 0/3] Fix some issues with tests when fortify is enabled Adhemerval Zanella
2023-07-21 12:18 ` [PATCH 1/3] posix: Fix test-errno build with fortify enable Adhemerval Zanella
2023-07-24 12:16   ` Carlos O'Donell
2023-07-24 13:03     ` Adhemerval Zanella Netto
2023-07-21 12:18 ` [PATCH 2/3] string: Fix bug-strncat1 with fortify enabled Adhemerval Zanella
2023-07-24 12:36   ` Carlos O'Donell
2023-07-24 14:24     ` Siddhesh Poyarekar
2023-07-24 14:26       ` Adhemerval Zanella Netto
2023-07-24 14:36         ` Siddhesh Poyarekar
2023-07-21 12:18 ` [PATCH 3/3] string: Fix tester " Adhemerval Zanella
2023-07-24 12:38   ` Carlos O'Donell
2023-07-24 12:39 ` [PATCH 0/3] Fix some issues with tests when fortify is enabled Carlos O'Donell
2023-07-24 18:42   ` Adhemerval Zanella Netto
2023-07-24 18:45     ` Andreas K. Huettel

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).