summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-12Revert "elf: Fix wrong break removal from 8ee878592c"release/2.34/masterAdhemerval Zanella
2024-02-12malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella
2024-02-05elf: Fix wrong break removal from 8ee878592cAdhemerval Zanella
2024-01-31x86_64: Optimize ffsll function code size.Sunil K Pandey
2023-12-23NEWS: Mention bug fixes for 29039/30745/30843H.J. Lu
2023-12-23x86-64: Fix the tcb field load for x32 [BZ #31185]H.J. Lu
2023-12-23x86-64: Fix the dtv field load for x32 [BZ #31184]H.J. Lu
2023-12-22elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin
2023-10-02tunables: Terminate if end of input is reached (CVE-2023-4911)Siddhesh Poyarekar
2023-09-26Document CVE-2023-4806 and CVE-2023-5156 in NEWSSiddhesh Poyarekar
2023-09-26Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler
2023-09-15getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)Siddhesh Poyarekar
2023-09-15gethosts: Return EAI_MEMORY on allocation failureSiddhesh Poyarekar
2023-09-15gaih_inet: Split result generation into its own functionSiddhesh Poyarekar
2023-09-15gaih_inet: split loopback lookup into its own functionSiddhesh Poyarekar
2023-09-15gaih_inet: make gethosts into a functionSiddhesh Poyarekar
2023-09-15gaih_inet: separate nss lookup loop into its own functionSiddhesh Poyarekar
2023-09-15gaih_inet: Split nscd lookup code into its own function.Siddhesh Poyarekar
2023-09-15gaih_inet: Split simple gethostbyname into its own functionSiddhesh Poyarekar
2023-09-15gaih_inet: make numeric lookup a separate routineSiddhesh Poyarekar
2023-09-15gaih_inet: Simplify service resolutionSiddhesh Poyarekar
2023-09-15getaddrinfo: Fix leak with AI_ALL [BZ #28852]Siddhesh Poyarekar
2023-09-15gaih_inet: Simplify canon name resolutionSiddhesh Poyarekar
2023-09-15gethosts: Remove unused argument _typeSiddhesh Poyarekar
2023-09-15nss: Sort tests and tests-container and put one test per lineSiddhesh Poyarekar
2023-09-14Simplify allocations and fix merge and continue actions [BZ #28931]Siddhesh Poyarekar
2023-09-05x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein
2023-09-05x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein
2023-09-05x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein
2023-09-05x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein
2023-07-21debug: Mark libSegFault.so as NODELETEFlorian Weimer
2023-05-23Document BZ #20975 fixH.J. Lu
2023-05-23__check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu
2023-04-28gmon: Revert addition of tunables to preserve GLIBC_PRIVATE ABIFlorian Weimer
2023-04-28gmon: fix memory corruption issues [BZ# 30101]Simon Kissane
2023-04-28gmon: improve mcount overflow handling [BZ# 27576]Simon Kissane
2023-04-28gmon: Fix allocated buffer overflow (bug 29444)Леонид Юрьев (Leonid Yuriev)
2023-04-28posix: Fix system blocks SIGCHLD erroneously [BZ #30163]Adam Yi
2023-04-24x86_64: Fix asm constraints in feraiseexcept (bug 30305)Florian Weimer
2023-04-24gshadow: Matching sgetsgent, sgetsgent_r ERANGE handling (bug 30151)Florian Weimer
2023-04-20x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]H.J. Lu
2023-02-20stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]Vitaly Buka
2023-02-08elf: Smoke-test ldconfig -p against system /etc/ld.so.cacheFlorian Weimer
2023-02-08elf: Fix 64 time_t support for installed statically binariesAdhemerval Zanella
2023-02-07Fix NEWS bug entry for 0b962177ee3b45cf775176eb454fcf6aa1b0f6e3Adhemerval Zanella
2023-02-07Use 64-bit time_t interfaces in strftime and strptime (bug 30053)Andreas Schwab
2023-02-02cdefs: Limit definition of fortification macrosSiddhesh Poyarekar
2023-01-11malloc: Fix -Wuse-after-free warning in tst-mallocalign1 [BZ #26779]Carlos O'Donell
2023-01-11s_sincosf.h: Change pio4 type to float [BZ #28713]H.J. Lu
2023-01-11math: Properly cast X_TLOSS to float [BZ #28713]H.J. Lu