aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-02sparc: Remove unwind information from signal return stubs [BZ #31244]Daniel Cederman2-4/+16
2024-02-02sparc: Fix sparc64 memmove length comparison (BZ 31266)Adhemerval Zanella1-1/+1
2024-02-02sparc64: Remove unwind information from signal return stubs [BZ#31244]Adhemerval Zanella1-2/+5
2024-02-01sparc: Fix broken memset for sparc32 [BZ #31068]Andreas Larsson1-2/+2
2024-01-31x86_64: Optimize ffsll function code size.Sunil K Pandey1-5/+5
2024-01-30syslog: Fix integer overflow in __vsyslog_internal (CVE-2023-6780)Arjun Shankar1-1/+2
2024-01-30syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6779)Arjun Shankar1-11/+28
2024-01-30syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6246)Arjun Shankar4-15/+82
2023-12-23NEWS: Mention bug fixes for 29039/30745/30843H.J. Lu1-0/+3
2023-12-23x86-64: Fix the tcb field load for x32 [BZ #31185]H.J. Lu2-2/+3
2023-12-23x86-64: Fix the dtv field load for x32 [BZ #31184]H.J. Lu2-1/+2
2023-12-22elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin1-0/+1
2023-10-19Revert "elf: Move l_init_called_next to old place of l_text_end in link map"Florian Weimer1-4/+4
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer7-176/+173
2023-10-18Revert "elf: Remove unused l_text_end field from struct link_map"Florian Weimer5-3/+18
2023-10-02tunables: Terminate if end of input is reached (CVE-2023-4911)Siddhesh Poyarekar3-15/+44
2023-09-26Document CVE-2023-4806 and CVE-2023-5156 in NEWSSiddhesh Poyarekar1-0/+9
2023-09-26Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler3-3/+24
2023-09-15getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)Siddhesh Poyarekar7-10/+152
2023-09-15io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno4-2/+8
2023-09-13CVE-2023-4527: Stack read overflow with large TCP responses in no-aaaa modeFlorian Weimer4-1/+139
2023-09-11elf: Move l_init_called_next to old place of l_text_end in link mapFlorian Weimer1-4/+4
2023-09-11elf: Remove unused l_text_end field from struct link_mapFlorian Weimer5-18/+3
2023-09-11elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer8-173/+180
2023-09-11elf: Do not run constructors for proxy objectsFlorian Weimer1-2/+6
2023-09-11elf: Introduce to _dl_call_finiFlorian Weimer5-78/+61
2023-09-05x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein1-4/+3
2023-09-05x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein1-1/+10
2023-09-05x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein1-2/+2
2023-09-05x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein1-31/+48
2023-07-07elf: _dl_find_object may return 1 during early startup (bug 30515)Florian Weimer3-1/+13
2023-05-31io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64Adhemerval Zanella1-0/+6
2023-05-30io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ...Adhemerval Zanella5-26/+135
2023-05-23Document BZ #20975 fixH.J. Lu1-0/+1
2023-05-23__check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu2-0/+17
2023-04-28gmon: Revert addition of tunables to the manualFlorian Weimer1-59/+0
2023-04-28gmon: Revert addition of tunables to preserve GLIBC_PRIVATE ABIFlorian Weimer2-29/+1
2023-04-28gmon: fix memory corruption issues [BZ# 30101]Simon Kissane4-9/+66
2023-04-28gmon: improve mcount overflow handling [BZ# 27576]Simon Kissane9-7/+245
2023-04-28gmon: Fix allocated buffer overflow (bug 29444)Леонид Юрьев (Leonid Yuriev)2-1/+4
2023-04-28posix: Fix system blocks SIGCHLD erroneously [BZ #30163]Adam Yi8-3/+141
2023-04-24x86_64: Fix asm constraints in feraiseexcept (bug 30305)Florian Weimer2-2/+3
2023-04-24gshadow: Matching sgetsgent, sgetsgent_r ERANGE handling (bug 30151)Florian Weimer4-2/+75
2023-03-15x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]H.J. Lu1-9/+16
2023-02-20stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]Vitaly Buka3-2/+81
2023-02-08elf: Smoke-test ldconfig -p against system /etc/ld.so.cacheFlorian Weimer2-0/+83
2023-02-07Use 64-bit time_t interfaces in strftime and strptime (bug 30053)Andreas Schwab6-2/+63
2023-02-03elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]Adhemerval Zanella4-48/+46
2023-02-02cdefs: Limit definition of fortification macrosSiddhesh Poyarekar1-2/+4
2023-01-11x86: Prevent SIGSEGV in memcmp-sse2 when data is concurrently modified [BZ #2...Noah Goldstein1-1/+11