public inbox for libc-stable@sourceware.org
 help / color / mirror / Atom feed
* [committed 2.37 0/5] vfscanf test case and ungetc fix
@ 2024-08-30 15:28 Siddhesh Poyarekar
  2024-08-30 15:28 ` [committed 2.37 1/5] support: Add FAIL test failure helper Siddhesh Poyarekar
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Siddhesh Poyarekar @ 2024-08-30 15:28 UTC (permalink / raw)
  To: libc-stable

Backport the ungetc fix for BZ #27821 and also vfscanf test case to
match the fix for BZ #27650.

Maciej W. Rozycki (2):
  support: Add FAIL test failure helper
  stdio-common: Add test for vfscanf with matches longer than INT_MAX
    [BZ #27650]

Siddhesh Poyarekar (3):
  Make tst-ungetc use libsupport
  ungetc: Fix uninitialized read when putting into unused streams [BZ
    #27821]
  ungetc: Fix backup buffer leak on program exit [BZ #27821]

 libio/genops.c                   |   8 ++-
 libio/libioP.h                   |   4 +-
 localedata/tst-ctype.c           |  40 +++--------
 manual/stdio.texi                |   8 +--
 math/test-tgmath2.c              |  13 +---
 stdio-common/Makefile            |  12 ++++
 stdio-common/tst-scanf-bz27650.c | 108 +++++++++++++++++++++++++++++
 stdio-common/tst-ungetc-leak.c   |  32 +++++++++
 stdio-common/tst-ungetc.c        | 114 ++++++++++++++++---------------
 support/check.h                  |   5 ++
 10 files changed, 240 insertions(+), 104 deletions(-)
 create mode 100644 stdio-common/tst-scanf-bz27650.c
 create mode 100644 stdio-common/tst-ungetc-leak.c

-- 
2.45.1


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

end of thread, other threads:[~2024-08-30 15:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-30 15:28 [committed 2.37 0/5] vfscanf test case and ungetc fix Siddhesh Poyarekar
2024-08-30 15:28 ` [committed 2.37 1/5] support: Add FAIL test failure helper Siddhesh Poyarekar
2024-08-30 15:28 ` [committed 2.37 2/5] stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650] Siddhesh Poyarekar
2024-08-30 15:28 ` [committed 2.37 3/5] Make tst-ungetc use libsupport Siddhesh Poyarekar
2024-08-30 15:29 ` [committed 2.37 4/5] ungetc: Fix uninitialized read when putting into unused streams [BZ #27821] Siddhesh Poyarekar
2024-08-30 15:29 ` [committed 2.37 5/5] ungetc: Fix backup buffer leak on program exit " Siddhesh Poyarekar

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