summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* i686: Regenerate ulpsgentoo/glibc-2.37-9Andreas K. Hüttel2023-09-291-1/+1
* Document CVE-2023-4806 and CVE-2023-5156 in NEWSgentoo/glibc-2.37-8Siddhesh Poyarekar2023-09-291-0/+9
* Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler2023-09-293-3/+24
* x86: Fix for cache computation on AMD legacy cpus.Sajan Karumanchi2023-09-292-27/+200
* x86/dl-cacheinfo: remove unsused parameter from handle_amdAndreas Schwab2023-09-291-35/+29
* getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)gentoo/glibc-2.37-7Siddhesh Poyarekar2023-09-167-10/+152
* CVE-2023-4527: Stack read overflow with large TCP responses in no-aaaa modeFlorian Weimer2023-09-164-1/+139
* elf: Move l_init_called_next to old place of l_text_end in link mapFlorian Weimer2023-09-161-4/+4
* elf: Remove unused l_text_end field from struct link_mapFlorian Weimer2023-09-165-18/+3
* elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer2023-09-168-173/+180
* elf: Do not run constructors for proxy objectsFlorian Weimer2023-09-161-2/+6
* io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno2023-09-164-2/+8
* hurd: Make exception subcode a longSergey Bugaev2023-09-163-4/+5
* x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein2023-09-161-4/+3
* x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein2023-09-161-1/+10
* x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein2023-09-161-2/+2
* x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein2023-09-161-28/+44
* sparc: Fix la_symbind for bind-now (BZ 23734)gentoo/glibc-2.37-6Adhemerval Zanella2023-07-289-14/+66
* nptl: Fix tst-cancel30 on sparc64Adhemerval Zanella2023-07-281-3/+1
* elf: _dl_find_object may return 1 during early startup (bug 30515)Florian Weimer2023-07-283-1/+13
* realloc: Limit chunk reuse to only growing requests [BZ #30579]Siddhesh Poyarekar2023-07-281-8/+15
* hppa: xfail debug/tst-ssp-1 when have-ssp is yes (gcc-12 and later)John David Anglin2023-07-281-0/+4
* io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64Adhemerval Zanella2023-07-281-0/+6
* io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ...Adhemerval Zanella2023-07-285-26/+135
* Document BZ #20975 fixH.J. Lu2023-07-281-0/+1
* __check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu2023-07-282-0/+17
* Ignore MAP_VARIABLE in tst-mman-consts.pyJoseph Myers2023-07-281-2/+5
* gmon: Revert addition of tunables to the manualgentoo/glibc-2.37-5Florian Weimer2023-05-091-59/+0
* gmon: Revert addition of tunables to preserve GLIBC_PRIVATE ABIFlorian Weimer2023-05-092-29/+1
* gmon: fix memory corruption issues [BZ# 30101]Simon Kissane2023-05-094-8/+65
* gmon: improve mcount overflow handling [BZ# 27576]Simon Kissane2023-05-099-7/+245
* gmon: Fix allocated buffer overflow (bug 29444)Леонид Юрьев (Leonid Yuriev)2023-05-092-1/+4
* posix: Fix system blocks SIGCHLD erroneously [BZ #30163]Adam Yi2023-05-098-3/+141
* x86_64: Fix asm constraints in feraiseexcept (bug 30305)Florian Weimer2023-05-092-2/+3
* gshadow: Matching sgetsgent, sgetsgent_r ERANGE handling (bug 30151)Florian Weimer2023-05-091-0/+1
* stdio-common: tests: don't double-define _FORTIFY_SOURCESam James2023-05-091-1/+1
* elf: Add missing dependency between resolvfail and testobj1.soArsen Arsenović2023-05-081-0/+1
* elf: Add -z lazy to some more testsArsen Arsenović2023-05-081-0/+19
* gshadow: Matching sgetsgent, sgetsgent_r ERANGE handling (bug 30151)gentoo/glibc-2.37-4Florian Weimer2023-04-113-2/+74
* elf: Restore ldconfig libc6 implicit soname logic [BZ #30125]gentoo/glibc-2.37-3Joan Bruguera2023-02-238-23/+69
* stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]Vitaly Buka2023-02-233-2/+81
* elf: Smoke-test ldconfig -p against system /etc/ld.so.cacheFlorian Weimer2023-02-232-0/+83
* NEWS: Document CVE-2023-25139.gentoo/glibc-2.37-2Carlos O'Donell2023-02-081-0/+9
* Account for grouping in printf width (bug 30068)Carlos O'Donell2023-02-083-5/+73
* Use 64-bit time_t interfaces in strftime and strptime (bug 30053)Andreas Schwab2023-02-086-2/+68
* LoongArch: Add new relocation types.caiyinyu2023-02-081-0/+40
* cdefs: Limit definition of fortification macrosSiddhesh Poyarekar2023-02-021-2/+4
* Make stdlib/testmb compile when _FORTIFY_SOURCE is not predefined 2Andreas K. Hüttel2023-02-021-1/+1
* linux: Use getdents64 on readdir64 compat implementationgentoo/glibc-2.37-1Adhemerval Zanella2023-02-014-108/+50
* linux: Add __old_readdir64_unlockedAdhemerval Zanella2023-02-013-70/+35