about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* nscd: Use time_t for return type of addgetnetgrentX release/2.32/masterFlorian Weimer6 days1-2/+2
* CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetg...Florian Weimer13 days1-98/+121
* CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug...Florian Weimer13 days1-4/+7
* CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgren...Florian Weimer13 days1-8/+6
* CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)Florian Weimer13 days1-2/+3
* iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence ...Charles Fol2024-04-173-1/+144
* aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra2024-04-096-372/+84
* AArch64: Improve strrchrWilco Dijkstra2024-04-091-25/+33
* AArch64: Optimize strnlenWilco Dijkstra2024-04-091-21/+18
* AArch64: Optimize strlenWilco Dijkstra2024-04-091-8/+12
* AArch64: Optimize strcpyWilco Dijkstra2024-04-091-17/+19
* AArch64: Improve strchrnulWilco Dijkstra2024-04-091-2/+10
* AArch64: Optimize strchrWilco Dijkstra2024-04-091-28/+24
* AArch64: Improve strlen_asimdWilco Dijkstra2024-04-091-12/+4
* AArch64: Optimize memrchrWilco Dijkstra2024-04-091-9/+11
* AArch64: Optimize memchrWilco Dijkstra2024-04-091-13/+14
* aarch64: Optimize string functions with shrn instructionDanila Kutenin2024-04-096-102/+59
* AArch64: Optimize memcmpWilco Dijkstra2024-04-091-107/+134
* AArch64: Improve strnlen performanceWilco Dijkstra2024-04-091-181/+89
* aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSESzabolcs Nagy2024-04-0928-75/+74
* x86_64: Optimize ffsll function code size.Sunil K Pandey2024-01-311-5/+5
* x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein2023-09-111-5/+4
* x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein2023-09-111-1/+10
* x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein2023-09-111-2/+2
* x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein2023-09-111-40/+60
* debug: Mark libSegFault.so as NODELETEFlorian Weimer2023-07-211-0/+2
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2022-11-242-28/+43
* CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bug 28768)Florian Weimer2022-10-044-8/+51
* <shlib-compat.h>: Support compat_symbol_reference for _ISOMACFlorian Weimer2022-10-041-13/+13
* sunrpc: Test case for clnt_create "unix" buffer overflow (bug 22542)Martin Sebor2022-10-042-1/+48
* CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "unix" (bug 22542)Florian Weimer2022-10-042-3/+12
* socket: Add the __sockaddr_un_set functionFlorian Weimer2022-10-044-1/+120
* NEWS: Mention CVE-2020-29562 (BZ #26923)Siddhesh Poyarekar2022-10-041-0/+3
* iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)Michael Colavita2022-10-044-13/+56
* NEWS: Mention CVE-2021-35942Dmitry V. Levin2022-10-041-0/+4
* NEWS: Mention CVE-2021-27645DJ Delorie2022-10-041-0/+5
* NEWS: Mention CVE-2021-3326 (iconv assertion with ISO-20220-JP-3)Florian Weimer2022-10-041-0/+6
* NEWS: Mention CVE-2019-25013Siddhesh Poyarekar2022-10-041-0/+3
* NEWS: Move CVE-2021-33574 entry from 2.32 section to 2.32.1Dmitry V. Levin2022-10-041-4/+4
* NEWS: Move CVE-2020-27618 entry from 2.32 section to 2.32.1Dmitry V. Levin2022-10-041-4/+9
* NEWS: add entries for fixed bugsDmitry V. Levin2022-10-041-0/+37
* Fix typos in "NEWS for version 2.32"Paul Zimmermann2022-10-041-10/+10
* Fix typos in NEWS fileShuo Wang2022-10-041-3/+3
* x86-64: Require BMI2 for avx2 functions [BZ #29611]Sunil K Pandey2022-09-281-10/+28
* x86-64: Require BMI2 for strchr-avx2.S [BZ #29611]H.J. Lu2022-09-282-5/+11
* elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer2022-08-306-7/+138
* linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)Adhemerval Zanella2022-06-301-1/+1
* NEWS: Add a bug fix entry for BZ #28896H.J. Lu2022-02-181-0/+2
* x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.cNoah Goldstein2022-02-181-2/+2
* x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896]Noah Goldstein2022-02-183-10/+48