about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* elf: Also compile dl-misc.os with $(rtld-early-cflags) release/2.38/masterH.J. Lu43 hours1-0/+1
* CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetg...Florian Weimer45 hours1-98/+121
* CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug...Florian Weimer45 hours1-4/+7
* CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgren...Florian Weimer45 hours1-8/+6
* CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)Florian Weimer45 hours1-2/+3
* i386: ulp update for SSE2 --disable-multi-arch configurationsFlorian Weimer47 hours1-0/+1
* nptl: Fix tst-cancel30 on kernels without ppoll_time64 supportFlorian Weimer4 days1-4/+11
* login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)Florian Weimer8 days18-22/+165
* login: Check default sizes of structs utmp, utmpx, lastlogFlorian Weimer8 days17-1/+88
* sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574)Adhemerval Zanella8 days1-9/+4
* iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence ...Charles Fol10 days3-1/+144
* powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer13 days1-0/+19
* AArch64: Check kernel version for SVE ifuncsWilco Dijkstra2024-04-105-2/+53
* aarch64: fix check for SVE support in assemblerSzabolcs Nagy2024-04-102-4/+6
* aarch64: correct CFI in rawmemchr (bug 31113)Andreas Schwab2024-04-101-1/+1
* AArch64: Remove Falkor memcpyWilco Dijkstra2024-04-108-332/+1
* AArch64: Add memset_zva64Wilco Dijkstra2024-04-106-68/+38
* AArch64: Cleanup emag memsetWilco Dijkstra2024-04-104-197/+90
* AArch64: Cleanup ifuncsWilco Dijkstra2024-04-1018-125/+41
* AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra2024-04-1011-1/+141
* Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.hJoseph Myers2024-04-101-0/+1
* LoongArch: Correct {__ieee754, _}_scalb -> {__ieee754, _}_scalbfcaiyinyu2024-03-221-1/+1
* linux: Use rseq area unconditionally in sched_getcpu (bug 31479)Florian Weimer2024-03-181-8/+0
* S390: Do not clobber r7 in clone [BZ #31402]Stefan Liebler2024-02-273-13/+65
* malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella2024-02-125-18/+2
* arm: Remove wrong ldr from _dl_start_user (BZ 31339)Adhemerval Zanella2024-02-051-1/+0
* sparc: Remove unwind information from signal return stubs [BZ #31244]Daniel Cederman2024-02-022-4/+16
* sparc: Fix sparc64 memmove length comparison (BZ 31266)Adhemerval Zanella2024-02-021-1/+1
* sparc64: Remove unwind information from signal return stubs [BZ#31244]Adhemerval Zanella2024-02-021-2/+5
* sparc: Fix broken memset for sparc32 [BZ #31068]Andreas Larsson2024-02-011-2/+2
* S390: Fix building with --disable-mutli-arch [BZ #31196]Stefan Liebler2024-02-012-2/+6
* x86_64: Optimize ffsll function code size.Sunil K Pandey2024-01-311-5/+5
* syslog: Fix integer overflow in __vsyslog_internal (CVE-2023-6780)Arjun Shankar2024-01-301-1/+2
* syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6779)Arjun Shankar2024-01-301-11/+28
* syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6246)Arjun Shankar2024-01-304-15/+82
* libio: Check remaining buffer size in _IO_wdo_write (bug 31183)Florian Weimer2024-01-022-1/+2
* getaddrinfo: translate ENOMEM to EAI_MEMORY (bug 31163)Andreas Schwab2024-01-021-1/+8
* NEWS: Mention bug fixes for 30745/30843H.J. Lu2023-12-231-0/+2
* NEWS: Mention bug fixes for 29039/30694/30709/30721H.J. Lu2023-12-231-0/+4
* x86-64: Fix the tcb field load for x32 [BZ #31185]H.J. Lu2023-12-232-2/+3
* x86-64: Fix the dtv field load for x32 [BZ #31184]H.J. Lu2023-12-232-1/+2
* elf: Add TLS modid reuse test for bug 29039Szabolcs Nagy2023-12-225-0/+113
* elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin2023-12-221-0/+1
* LoongArch: Delete excessively allocated memory.caiyinyu2023-12-101-34/+34
* elf: Fix wrong break removal from 8ee878592cAdhemerval Zanella2023-12-071-0/+1
* sysdeps: sem_open: Clear O_CREAT when semaphore file is expected to exist [BZ...Sergio Durigan Junior2023-11-252-6/+6
* Revert "elf: Move l_init_called_next to old place of l_text_end in link map"Florian Weimer2023-10-191-4/+4
* Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer2023-10-187-176/+173
* Revert "elf: Remove unused l_text_end field from struct link_map"Florian Weimer2023-10-185-3/+18
* tunables: Terminate if end of input is reached (CVE-2023-4911)Siddhesh Poyarekar2023-10-023-15/+44