aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-16s390x: Fix segfault in wcsncmp [BZ #31934]release/2.32/masterStefan Liebler1-9/+1
2024-05-10Force DT_RPATH for --enable-hardcoded-path-in-testsH.J. Lu1-2/+5
2024-05-09elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIEFlorian Weimer2-0/+22
2024-05-03nscd: Use time_t for return type of addgetnetgrentXFlorian Weimer1-2/+2
2024-04-25CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetg...Florian Weimer1-98/+121
2024-04-25CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug...Florian Weimer1-4/+7
2024-04-25CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgren...Florian Weimer1-8/+6
2024-04-25CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)Florian Weimer1-2/+3
2024-04-17iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence ...Charles Fol3-1/+144
2024-04-09aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra6-372/+84
2024-04-09AArch64: Improve strrchrWilco Dijkstra1-25/+33
2024-04-09AArch64: Optimize strnlenWilco Dijkstra1-21/+18
2024-04-09AArch64: Optimize strlenWilco Dijkstra1-8/+12
2024-04-09AArch64: Optimize strcpyWilco Dijkstra1-17/+19
2024-04-09AArch64: Improve strchrnulWilco Dijkstra1-2/+10
2024-04-09AArch64: Optimize strchrWilco Dijkstra1-28/+24
2024-04-09AArch64: Improve strlen_asimdWilco Dijkstra1-12/+4
2024-04-09AArch64: Optimize memrchrWilco Dijkstra1-9/+11
2024-04-09AArch64: Optimize memchrWilco Dijkstra1-13/+14
2024-04-09aarch64: Optimize string functions with shrn instructionDanila Kutenin6-102/+59
2024-04-09AArch64: Optimize memcmpWilco Dijkstra1-107/+134
2024-04-09AArch64: Improve strnlen performanceWilco Dijkstra1-181/+89
2024-04-09aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSESzabolcs Nagy28-75/+74
2024-01-31x86_64: Optimize ffsll function code size.Sunil K Pandey1-5/+5
2023-09-11x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein1-5/+4
2023-09-11x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein1-1/+10
2023-09-11x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein1-2/+2
2023-09-11x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein1-40/+60
2023-07-21debug: Mark libSegFault.so as NODELETEFlorian Weimer1-0/+2
2022-11-24x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2-28/+43
2022-10-04CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bug 28768)Florian Weimer4-8/+51
2022-10-04<shlib-compat.h>: Support compat_symbol_reference for _ISOMACFlorian Weimer1-13/+13
2022-10-04sunrpc: Test case for clnt_create "unix" buffer overflow (bug 22542)Martin Sebor2-1/+48
2022-10-04CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "unix" (bug 22542)Florian Weimer2-3/+12
2022-10-04socket: Add the __sockaddr_un_set functionFlorian Weimer4-1/+120
2022-10-04NEWS: Mention CVE-2020-29562 (BZ #26923)Siddhesh Poyarekar1-0/+3
2022-10-04iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)Michael Colavita4-13/+56
2022-10-04NEWS: Mention CVE-2021-35942Dmitry V. Levin1-0/+4
2022-10-04NEWS: Mention CVE-2021-27645DJ Delorie1-0/+5
2022-10-04NEWS: Mention CVE-2021-3326 (iconv assertion with ISO-20220-JP-3)Florian Weimer1-0/+6
2022-10-04NEWS: Mention CVE-2019-25013Siddhesh Poyarekar1-0/+3
2022-10-04NEWS: Move CVE-2021-33574 entry from 2.32 section to 2.32.1Dmitry V. Levin1-4/+4
2022-10-04NEWS: Move CVE-2020-27618 entry from 2.32 section to 2.32.1Dmitry V. Levin1-4/+9
2022-10-04NEWS: add entries for fixed bugsDmitry V. Levin1-0/+37
2022-10-04Fix typos in "NEWS for version 2.32"Paul Zimmermann1-10/+10
2022-10-04Fix typos in NEWS fileShuo Wang1-3/+3
2022-09-28x86-64: Require BMI2 for avx2 functions [BZ #29611]Sunil K Pandey1-10/+28
2022-09-28x86-64: Require BMI2 for strchr-avx2.S [BZ #29611]H.J. Lu2-5/+11
2022-08-30elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer6-7/+138
2022-06-30linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)Adhemerval Zanella1-1/+1