public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] patches from the morello port
@ 2022-10-28 16:39 Szabolcs Nagy
  2022-10-28 16:39 ` [PATCH v2 1/4] Fix OOB read in stdlib thousand grouping parsing [BZ #29727] Szabolcs Nagy
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Szabolcs Nagy @ 2022-10-28 16:39 UTC (permalink / raw)
  To: libc-alpha

v2 of patches that got feedback.

Szabolcs Nagy (4):
  Fix OOB read in stdlib thousand grouping parsing [BZ #29727]
  Fix off-by-one OOB write in iconv/tst-iconv-mt
  Fix elf/tst-dlmopen-twice not to exhaust static TLS
  Remove unused scratch_buffer_dupfree

 elf/tst-dlmopen-twice.c         |  4 ++--
 iconv/tst-iconv-mt.c            | 15 ++++--------
 include/scratch_buffer.h        | 16 -------------
 malloc/Makefile                 |  1 -
 malloc/scratch_buffer_dupfree.c | 41 ---------------------------------
 malloc/tst-scratch_buffer.c     | 20 ----------------
 stdlib/grouping.c               | 16 ++++++-------
 7 files changed, 14 insertions(+), 99 deletions(-)
 delete mode 100644 malloc/scratch_buffer_dupfree.c

-- 
2.25.1


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

end of thread, other threads:[~2022-11-02 15:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-28 16:39 [PATCH v2 0/4] patches from the morello port Szabolcs Nagy
2022-10-28 16:39 ` [PATCH v2 1/4] Fix OOB read in stdlib thousand grouping parsing [BZ #29727] Szabolcs Nagy
2022-11-02 15:20   ` Andreas Schwab
2022-10-28 16:40 ` [PATCH v2 2/4] Fix off-by-one OOB write in iconv/tst-iconv-mt Szabolcs Nagy
2022-10-28 16:40 ` [PATCH v2 3/4] Fix elf/tst-dlmopen-twice not to exhaust static TLS Szabolcs Nagy
2022-10-28 17:04   ` Florian Weimer
2022-10-28 16:40 ` [PATCH v2 4/4] Remove unused scratch_buffer_dupfree Szabolcs Nagy
2022-10-28 17:06   ` 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).