]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commit
glibc: Import patches from upstream
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Oct 2023 12:54:17 +0000 (12:54 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Oct 2023 12:54:17 +0000 (12:54 +0000)
commitb9215da1ed5cb488c04f6a26d03d4111dc486ab8
treef44ab9c0a1be333dba029bb0a901461a641b1025
parent6185c3b9ab58e4da145d360c00c0c5b9eb8e194d
glibc: Import patches from upstream

This patch imports the latest patches from the 2.38 branch:

  https://git.ipfire.org/?p=thirdparty/glibc.git;a=shortlog;h=refs/heads/release/2.38/master

This includes a fix for a buffer overflow in the tunables code
(CVE-2023-4911) as well as  CVE-2023-4806 and CVE-2023-5156.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
28 files changed:
lfs/glibc
src/patches/glibc-2.38/0001-stdlib-Improve-tst-realpath-compatibility-with-sourc.patch [new file with mode: 0644]
src/patches/glibc-2.38/0002-x86-Fix-for-cache-computation-on-AMD-legacy-cpus.patch [new file with mode: 0644]
src/patches/glibc-2.38/0003-nscd-Do-not-rebuild-getaddrinfo-bug-30709.patch [new file with mode: 0644]
src/patches/glibc-2.38/0004-x86-Fix-incorrect-scope-of-setting-shared_per_thread.patch [new file with mode: 0644]
src/patches/glibc-2.38/0005-x86_64-Fix-build-with-disable-multiarch-BZ-30721.patch [new file with mode: 0644]
src/patches/glibc-2.38/0006-i686-Fix-build-with-disable-multiarch.patch [new file with mode: 0644]
src/patches/glibc-2.38/0007-malloc-Enable-merging-of-remainders-in-memalign-bug-.patch [new file with mode: 0644]
src/patches/glibc-2.38/0008-malloc-Remove-bin-scanning-from-memalign-bug-30723.patch [new file with mode: 0644]
src/patches/glibc-2.38/0009-sysdeps-tst-bz21269-fix-test-parameter.patch [new file with mode: 0644]
src/patches/glibc-2.38/0010-sysdeps-tst-bz21269-handle-ENOSYS-skip-appropriately.patch [new file with mode: 0644]
src/patches/glibc-2.38/0011-sysdeps-tst-bz21269-fix-Wreturn-type.patch [new file with mode: 0644]
src/patches/glibc-2.38/0012-io-Fix-record-locking-contants-for-powerpc64-with-__.patch [new file with mode: 0644]
src/patches/glibc-2.38/0013-libio-Fix-oversized-__io_vtables.patch [new file with mode: 0644]
src/patches/glibc-2.38/0014-elf-Do-not-run-constructors-for-proxy-objects.patch [new file with mode: 0644]
src/patches/glibc-2.38/0015-elf-Always-call-destructors-in-reverse-constructor-o.patch [new file with mode: 0644]
src/patches/glibc-2.38/0016-elf-Remove-unused-l_text_end-field-from-struct-link_.patch [new file with mode: 0644]
src/patches/glibc-2.38/0017-elf-Move-l_init_called_next-to-old-place-of-l_text_e.patch [new file with mode: 0644]
src/patches/glibc-2.38/0018-NEWS-Add-the-2.38.1-bug-list.patch [new file with mode: 0644]
src/patches/glibc-2.38/0019-CVE-2023-4527-Stack-read-overflow-with-large-TCP-res.patch [new file with mode: 0644]
src/patches/glibc-2.38/0020-getaddrinfo-Fix-use-after-free-in-getcanonname-CVE-2.patch [new file with mode: 0644]
src/patches/glibc-2.38/0021-iconv-restore-verbosity-with-unrecognized-encoding-n.patch [new file with mode: 0644]
src/patches/glibc-2.38/0022-string-Fix-tester-build-with-fortify-enable-with-gcc.patch [new file with mode: 0644]
src/patches/glibc-2.38/0023-manual-jobs.texi-Add-missing-item-EPERM-for-getpgid.patch [new file with mode: 0644]
src/patches/glibc-2.38/0024-Fix-leak-in-getaddrinfo-introduced-by-the-fix-for-CV.patch [new file with mode: 0644]
src/patches/glibc-2.38/0025-Document-CVE-2023-4806-and-CVE-2023-5156-in-NEWS.patch [new file with mode: 0644]
src/patches/glibc-2.38/0026-Propagate-GLIBC_TUNABLES-in-setxid-binaries.patch [new file with mode: 0644]
src/patches/glibc-2.38/0027-tunables-Terminate-if-end-of-input-is-reached-CVE-20.patch [new file with mode: 0644]