No description
  • C 77.1%
  • Assembly 13.2%
  • Pawn 5.6%
  • Makefile 1.2%
  • Python 1.1%
  • Other 1.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Shamil Abdulaev fa91c51bb7 elf: Do not load cache extensions from an old-format ld.so.cache [BZ #34600]
Since b9957a70b8 the cache extensions are loaded in
_dl_maybe_load_ldsocache.  A cache written by "ldconfig -c old" has no
new-format header, so tmp_cache_new is NULL there and
cache_extension_load dereferences it.  Because __tunables_init loads the
cache unconditionally, ld.so crashes at startup of every dynamically
linked program.  An old-format cache cannot carry extensions, so return
early instead.

Checked on x86_64-linux-gnu.

Signed-off-by: Shamil Abdulaev <ashamil435@gmail.com>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
2026-09-11 14:59:48 +02:00
advisories Publish CVE-2026-89092 advisory 2026-09-10 21:20:38 -04:00
argp Update copyright dates with scripts/update-copyrights 2026-01-01 13:42:29 -08:00
assert Fix assert during static startup (BZ 33326) 2026-08-31 15:43:44 -03:00
benchtests benchtests: Increase iterations for strpbrk/strspn 2026-08-17 15:43:52 +00:00
bits AArch64: Implement AdvSIMD and SVE powr(f) routines 2026-04-20 13:01:25 -03:00
catgets Makefile: Run the subdirectory recursion in parallel 2026-07-03 12:46:47 -03:00
ChangeLog.old ChangeLog.old/ChangeLog.33: add 2026-07-24 22:16:45 +09:00
conform posix: Add POSIX aliases to some spawn functions 2026-04-07 13:21:13 -03:00
csu elf: Make string tunables startup-only 2026-08-24 13:49:12 -03:00
ctype Update copyright dates with scripts/update-copyrights 2026-01-01 13:42:29 -08:00
debug tst-backtrace5: split long line 2026-08-31 20:06:38 +02:00
dirent io: Use gnulib fts implementation (BZ 22944, BZ 20331) 2026-04-03 07:50:18 -03:00
dlfcn dlfcn: Deprecate dlinfo request type RTLD_DI_ORIGIN (bug #24298) 2026-07-30 12:48:36 +02:00
elf elf: Do not load cache extensions from an old-format ld.so.cache [BZ #34600] 2026-09-11 14:59:48 +02:00
gmon tests: gmon: Use new tunable handling 2026-04-27 10:45:20 +01:00
gnulib gnulib: Fix tst-gcc.c build with clang-23 2026-08-12 15:08:02 -03:00
hesiod hesiod: use booleans in parser macro calls 2026-05-29 13:58:58 -03:00
htl Makerules: add 'make check-parallel' to run tests without serialization 2026-07-03 13:01:13 -03:00
hurd hurd: Make __file_name_lookup_at apply upmask for O_TMPFILE (BZ 34493) 2026-09-02 02:14:24 +02:00
iconv iconv: Suppress intermediate errors with //TRANSLIT (bug 34236) 2026-06-09 07:28:02 +02:00
iconvdata iconvdata: Test case for bug 34556, bug 34568 2026-08-28 10:26:07 +02:00
include elf: Remove dead l_need_tls_init static-TLS init path 2026-08-31 15:43:44 -03:00
inet inet/arpa/inet.h: Fix typo in documentation of inet_ntop 2026-08-12 15:08:02 -03:00
intl intl: create correct directory in tst-translit.sh 2026-07-03 12:10:24 +01:00
io fcntl: drop nonnull attribute for openat, openat2's path argument [BZ #34313] 2026-08-30 03:50:13 +01:00
libio libio: Add test for fopen with an empty ", ccs=" value [BZ #34574] 2026-09-04 14:52:22 +02:00
locale locale: fix memory leaks in write_locales and write_charmaps 2026-09-07 20:11:52 +02:00
localedata localedata: bn_BD, bn_IN: use full Gregorian month names for abmon 2026-08-28 10:03:27 +02:00
login hurd: Set _TIME_BITS=32 for installed programs on i386/Hurd 2026-08-27 11:41:22 +02:00
mach Update copyright dates with scripts/update-copyrights 2026-01-01 13:42:29 -08:00
malloc malloc: aarch64: Add ifuncs for malloc functions 2026-08-20 10:04:49 +01:00
manual x86: Detect APX_NCI_NDD_NF 2026-09-09 05:18:21 +08:00
math math: let architectures signal underflow after narrowing 2026-09-08 13:48:25 -03:00
mathvec Update copyright dates with scripts/update-copyrights 2026-01-01 13:42:29 -08:00
misc misc: Fix out-of-bounds array write in tdelete (bug 34506) 2026-08-14 13:41:16 +02:00
nis nis: Fix a memory leak in nis_creategroup when malloc fails 2026-06-25 11:21:14 -03:00
nptl nptl: Test case for bug 34546 2026-09-01 08:24:24 +02:00
nptl_db Update copyright dates with scripts/update-copyrights 2026-01-01 13:42:29 -08:00
nscd nscd: replace echo with printf builtin in nscd init script 2026-08-21 14:34:31 -03:00
nss nss: Use test resolver for tst-getaddrinfo4 2026-08-07 15:01:47 -03:00
po po: update (only line number changes) 2026-07-24 21:48:02 +09:00
posix io: drop nonnull attribute for fchmodat, faccessat, fchownat's path argument [BZ #34313] 2026-08-30 03:50:06 +01:00
resolv resolv: Test case for accepting mismatching, corrupted packets 2026-08-15 12:03:35 +02:00
resource getrusage: Add smoke test for getrusage 2026-09-03 16:29:35 -03:00
rt Use FAIL_UNSUPPORTED more 2026-08-28 12:54:02 +01:00
scripts Add check-symbol-version.awk 2026-08-26 17:27:52 +08:00
setjmp Update copyright dates with scripts/update-copyrights 2026-01-01 13:42:29 -08:00
signal Fix Makefile alphabetical ordering 2026-03-05 14:28:26 +01:00
socket Update copyright dates with scripts/update-copyrights 2026-01-01 13:42:29 -08:00
soft-fp Fix -Werror=constant-logical-operand errors in soft-fp 2026-06-10 16:33:27 +00:00
stdio-common stdio-common: Skip the a and A conversions for the IBM extended format 2026-09-02 12:37:51 -05:00
stdlib stdlib, wcsmbs: Add missing __nonnull to strto*/wcsto* [BZ #33053] 2026-09-01 16:19:43 -03:00
string Fix assert during static startup (BZ 33326) 2026-08-31 15:43:44 -03:00
sunrpc sunrpc/Makefile: Split and sort tests 2026-05-27 08:15:34 -04:00
support hurd: Set _TIME_BITS=32 for installed programs on i386/Hurd 2026-08-27 11:41:22 +02:00
sysdeps elf: Do not load cache extensions from an old-format ld.so.cache [BZ #34600] 2026-09-11 14:59:48 +02:00
sysvipc Update copyright dates with scripts/update-copyrights 2026-01-01 13:42:29 -08:00
termios Update copyright dates with scripts/update-copyrights 2026-01-01 13:42:29 -08:00
time time: handle ^ and # modifiers with %Z in wcsftime (bug 34611) 2026-09-09 18:53:54 +02:00
timezone Fix hurd bootstrap after 4c6f92daea 2026-05-20 14:55:00 -03:00
wcsmbs stdlib, wcsmbs: Add missing __nonnull to strto*/wcsto* [BZ #33053] 2026-09-01 16:19:43 -03:00
wctype Update copyright dates with scripts/update-copyrights 2026-01-01 13:42:29 -08:00
.b4-config Add .b4-config file 2024-10-21 14:26:42 +01:00
.clang-format Update copyright dates with scripts/update-copyrights 2026-01-01 13:42:29 -08:00
.gitattributes Assume __NR_openat is always defined 2016-03-23 23:35:08 +01:00
.gitignore Add *.pyc to .gitignore 2015-05-18 15:26:26 +05:30
abi-tags Remove the bulk of the NaCl port. 2017-05-20 08:09:10 -04:00
aclocal.m4 configure: use TEST_CC to check for --no-error-execstack 2025-12-11 08:27:16 -03:00
config.h.in nss: Remove --enable-static-nss configure option 2026-06-25 10:20:24 -03:00
config.make.in nss: Remove --enable-static-nss configure option 2026-06-25 10:20:24 -03:00
configure nss: Remove --enable-static-nss configure option 2026-06-25 10:20:24 -03:00
configure.ac nss: Remove --enable-static-nss configure option 2026-06-25 10:20:24 -03:00
CONTRIBUTED-BY CONTRIBUTED-BY: Adjustments regarding s390-32, s390-64 2026-04-20 13:54:14 +02:00
COPYING.LESSERv2 Update COPYING, COPYING.LIB from gnulib, using gnulib file names 2025-11-17 11:15:13 +01:00
COPYING.LIB Update COPYING, COPYING.LIB from gnulib, using gnulib file names 2025-11-17 11:15:13 +01:00
COPYINGv2 Update COPYING, COPYING.LIB from gnulib, using gnulib file names 2025-11-17 11:15:13 +01:00
COPYINGv3 Add COPYINGv3 with the GPL version 3 text 2025-11-17 11:15:13 +01:00
extra-lib.mk Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk. 2017-05-09 07:06:29 -04:00
gen-gconv-modules.mk test: Fix and stabilize tst-wcsmbs-clone-overflow test 2026-05-29 11:34:20 +02:00
gen-locales.mk locale: Handle loading a missing locale twice (Bug 14247) 2024-04-22 16:03:00 -04:00
INSTALL stdio-common: Verify printf format tests with Python rather than AWK 2026-09-02 12:37:19 -05:00
libc-abis riscv: support GNU indirect function 2021-01-10 21:25:13 -05:00
libof-iterator.mk Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk. 2017-05-09 07:06:29 -04:00
LICENSES LICENSES: update CORE-MATH copyright 2025-01-24 23:21:49 +01:00
MAINTAINERS Add MAINTAINERS 2017-05-11 13:38:30 -04:00
Makeconfig hurd: Set _TIME_BITS=32 for installed programs on i386/Hurd 2026-08-27 11:41:22 +02:00
Makefile Makefile: Order the top-level stamp files before the subdirectory fan-out 2026-08-07 08:43:02 -03:00
Makefile.help Update copyright dates with scripts/update-copyrights 2026-01-01 13:42:29 -08:00
Makefile.in Handle clang -Wignored-attributes on weak aliases 2025-12-09 08:58:10 -03:00
Makerules hurd: Set _TIME_BITS=32 for installed programs on i386/Hurd 2026-08-27 11:41:22 +02:00
NEWS NEWS: add 2.45 section 2026-07-25 09:12:28 +09:00
o-iterator.mk Fri Mar 17 12:58:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-03-17 18:42:51 +00:00
README README: fix stale bug-reporting URL [BZ #34094] 2026-04-28 15:15:50 -03:00
Rules nptl: Skip pretty-printer tests without python3 [BZ #34507] 2026-09-07 11:38:18 -03:00
SECURITY.md Update link in SECURITY.md. 2026-04-29 19:01:13 -07:00
SHARED-FILES stdlib: merge some tests from gnulib 2026-08-28 19:08:05 -07:00
shlib-versions Support loading libunwind instead of libgcc_s 2026-03-12 13:52:50 -03:00
test-skeleton.c Update copyright dates with scripts/update-copyrights 2026-01-01 13:42:29 -08:00
version.h version.h: bump to 2.44.9000 / development 2026-07-25 09:10:58 +09:00

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 and x86_64-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
	loongarch64-*-linux-gnu Hardware floating point, LE only.
	m68k-*-linux-gnu
	microblaze*-*-linux-gnu
	mips-*-linux-gnu
	mips64-*-linux-gnu
	or1k-*-linux-gnu
	powerpc-*-linux-gnu	Hardware or software floating point, BE only.
	powerpc64*-*-linux-gnu	Big-endian and little-endian.
	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://sourceware.org/glibc/wiki/Bugzilla%20Procedures 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.