Go to file
Siddhesh Poyarekar ea5a709924 libio: Attempt wide backup free only for non-legacy code
_wide_data and _mode are not available in legacy code, so do not attempt
to free the wide backup buffer in legacy code.

Resolves: BZ #32137 and BZ #27821

Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
(cherry picked from commit ae4d44b1d5)
2024-09-11 09:28:15 +02:00
argp
assert
benchtests
bits login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701) 2024-05-02 22:04:35 +02:00
catgets
ChangeLog.old
conform
crypt
csu
ctype
debug debug: Mark libSegFault.so as NODELETE 2023-07-21 16:37:42 +02:00
dirent
dlfcn
elf elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIE 2024-05-02 23:13:48 +02:00
gmon gmon: Revert addition of tunables to preserve GLIBC_PRIVATE ABI 2023-04-28 18:52:41 +02:00
gnulib
grp
gshadow gshadow: Matching sgetsgent, sgetsgent_r ERANGE handling (bug 30151) 2023-04-24 15:59:58 +02:00
hesiod
htl
hurd
iconv
iconvdata iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence (CVE-2024-2961) 2024-04-17 14:04:21 -03:00
include malloc: Use __get_nprocs on arena_get2 (BZ 30945) 2024-02-12 10:20:44 -03:00
inet
intl intl: Avoid -Wuse-after-free [BZ #26779] 2023-01-11 13:29:41 +01:00
io
libio libio: Attempt wide backup free only for non-legacy code 2024-09-11 09:28:15 +02:00
locale
localedata support: Add FAIL test failure helper 2024-08-29 21:04:17 -04:00
login login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701) 2024-05-02 22:04:35 +02:00
mach
malloc malloc: Exit early on test failure in tst-realloc 2024-05-02 22:02:33 +02:00
manual ungetc: Fix uninitialized read when putting into unused streams [BZ #27821] 2024-08-29 21:04:44 -04:00
math support: Add FAIL test failure helper 2024-08-29 21:04:17 -04:00
mathvec
misc malloc: Use __get_nprocs on arena_get2 (BZ 30945) 2024-02-12 10:20:44 -03:00
nis
nptl Fix build of nptl/tst-thread_local1.cc with GCC 12 2023-01-11 14:12:47 +01:00
nptl_db
nscd nscd: Use time_t for return type of addgetnetgrentX 2024-05-02 22:04:35 +02:00
nss Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843] 2023-09-26 15:38:49 -04:00
po
posix posix: Use <support/check.h> facilities in tst-truncate and tst-truncate64 2024-08-30 15:29:21 -04:00
pwd
resolv resolv: Fix tst-resolv-short-response for older GCC (bug 32042) 2024-08-01 21:12:01 +02:00
resource
rt
scripts
setjmp
shadow
signal
socket Fix name space violation in fortify wrappers (bug 32052) 2024-08-06 09:04:53 +02:00
soft-fp
stdio-common ungetc: Fix backup buffer leak on program exit [BZ #27821] 2024-08-29 21:04:44 -04:00
stdlib Fix name space violation in fortify wrappers (bug 32052) 2024-08-06 09:04:53 +02:00
string
sunrpc
support support: Add FAIL test failure helper 2024-08-29 21:04:17 -04:00
sysdeps nptl: Use <support/check.h> facilities in tst-setuid3 2024-08-30 15:29:27 -04:00
sysvipc
termios
time Use 64-bit time_t interfaces in strftime and strptime (bug 30053) 2023-02-07 10:32:47 -03:00
timezone
wcsmbs Fix name space violation in fortify wrappers (bug 32052) 2024-08-06 09:04:53 +02:00
wctype
.gitattributes
.gitignore
abi-tags
aclocal.m4
config.h.in
config.make.in
configure
configure.ac
COPYING
COPYING.LIB
extra-lib.mk
gen-locales.mk
INSTALL
libc-abis
libof-iterator.mk
LICENSES
MAINTAINERS
Makeconfig Force DT_RPATH for --enable-hardcoded-path-in-tests 2024-05-10 05:09:45 -07:00
Makefile
Makefile.help
Makefile.in
Makerules
NEWS libio: Attempt wide backup free only for non-legacy code 2024-09-11 09:28:15 +02:00
o-iterator.mk
README
Rules
shlib-versions
test-skeleton.c
version.h

This directory contains the sources of the GNU C Library.
See the file "version.h" for what release version you have.

The GNU C Library is the standard system C library for all GNU systems,
and is an important part of what makes up a GNU system.  It provides the
system API for all programs written in C and C-compatible languages such
as C++ and Objective C; the runtime facilities of other programming
languages use the C library to access the underlying operating system.

In GNU/Linux systems, the C library works with the Linux kernel to
implement the operating system behavior seen by user applications.
In GNU/Hurd systems, it works with a microkernel and Hurd servers.

The GNU C Library implements much of the POSIX.1 functionality in the
GNU/Hurd system, using configurations i[4567]86-*-gnu.

When working with Linux kernels, this version of the GNU C Library
requires Linux kernel version 3.2 or later.

Also note that the shared version of the libgcc_s library must be
installed for the pthread library to work correctly.

The GNU C Library supports these configurations for using Linux kernels:

	aarch64*-*-linux-gnu
	alpha*-*-linux-gnu
	arc*-*-linux-gnu
	arm-*-linux-gnueabi
	csky-*-linux-gnuabiv2
	hppa-*-linux-gnu
	i[4567]86-*-linux-gnu
	x86_64-*-linux-gnu	Can build either x86_64 or x32
	ia64-*-linux-gnu
	m68k-*-linux-gnu
	microblaze*-*-linux-gnu
	mips-*-linux-gnu
	mips64-*-linux-gnu
	powerpc-*-linux-gnu	Hardware or software floating point, BE only.
	powerpc64*-*-linux-gnu	Big-endian and little-endian.
	s390-*-linux-gnu
	s390x-*-linux-gnu
	riscv32-*-linux-gnu
	riscv64-*-linux-gnu
	sh[34]-*-linux-gnu
	sparc*-*-linux-gnu
	sparc64*-*-linux-gnu

If you are interested in doing a port, please contact the glibc
maintainers; see https://www.gnu.org/software/libc/ for more
information.

See the file INSTALL to find out how to configure, build, and install
the GNU C Library.  You might also consider reading the WWW pages for
the C library at https://www.gnu.org/software/libc/.

The GNU C Library is (almost) completely documented by the Texinfo manual
found in the `manual/' subdirectory.  The manual is still being updated
and contains some known errors and omissions; we regret that we do not
have the resources to work on the manual as much as we would like.  For
corrections to the manual, please file a bug in the `manual' component,
following the bug-reporting instructions below.  Please be sure to check
the manual in the current development sources to see if your problem has
already been corrected.

Please see https://www.gnu.org/software/libc/bugs.html for bug reporting
information.  We are now using the Bugzilla system to track all bug reports.
This web page gives detailed information on how to report bugs properly.

The GNU C Library is free software.  See the file COPYING.LIB for copying
conditions, and LICENSES for notices about a few contributions that require
these additional notices to be distributed.  License copyright years may be
listed using range notation, e.g., 1996-2015, indicating that every year in
the range, inclusive, is a copyrightable year that would otherwise be listed
individually.