about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* nscd: Use time_t for return type of addgetnetgrentX release/2.31/masterFlorian Weimer5 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-193-1/+144
* aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra2024-04-096-370/+81
* x86_64: Optimize ffsll function code size.Sunil K Pandey2024-02-081-5/+5
* x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein2023-09-111-8/+9
* 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-34/+50
* 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
* 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
* Add test for bug 29530Andreas Schwab2022-08-302-1/+43
* Fix memmove call in vfprintf-internal.c:group_numberJoseph Myers2022-08-301-1/+2
* Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26...Joseph Myers2022-08-305-121/+48
* stdio: Add tests for printf multibyte convertion leak [BZ#25691]Adhemerval Zanella2022-08-302-2/+115
* stdio: Remove memory leak from multibyte convertion [BZ#25691]Florian Weimer2022-08-302-144/+181
* Linux: Require properly configured /dev/pts for PTYsAurelien Jarno2022-08-186-208/+61
* Linux: Detect user namespace support in io/tst-getcwd-smallbuffFlorian Weimer2022-08-181-0/+18
* getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar2022-08-184-1/+257
* support: Add helpers to create paths longer than PATH_MAXSiddhesh Poyarekar2022-08-183-10/+161
* support: Fix xclone build failures on ia64 and hppaFlorian Weimer2022-08-181-4/+3
* support: Add xcloneAdhemerval Zanella2022-08-183-0/+85
* Add xchdir to libsupport.Alexandra Hájková2022-08-183-0/+30
* support: Add create_temp_file_in_dirAdhemerval Zanella2022-08-182-4/+15
* 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
* x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896]Noah Goldstein2022-02-187-5/+22
* string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]H.J. Lu2022-02-171-0/+13
* x86-64: Test strlen and wcslen with 0 in the RSI register [BZ #28064]H.J. Lu2022-02-013-0/+108
* x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]Noah Goldstein2022-02-011-2/+2
* x86: Black list more Intel CPUs for TSX [BZ #27398]H.J. Lu2022-02-011-3/+34
* x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]H.J. Lu2022-02-013-0/+7
* NEWS: Add a bug fix entry for BZ #27974H.J. Lu2022-01-271-0/+1
* String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]Noah Goldstein2022-01-273-3/+130
* x86: Optimize strlen-evex.SNoah Goldstein2022-01-271-264/+317
* x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ #27974]Noah Goldstein2022-01-272-38/+107
* x86-64: Add wcslen optimize for sse4.1Noah Goldstein2022-01-276-36/+63
* x86-64: Move strlen.S to multiarch/strlen-vec.SH.J. Lu2022-01-274-242/+262
* x86-64: Fix an unknown vector operation in memchr-evex.SAlice Xu2022-01-271-1/+1
* x86: Optimize memchr-evex.SNoah Goldstein2022-01-271-225/+322
* x86: Optimize strlen-avx2.SNoah Goldstein2022-01-272-214/+334
* x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974]Noah Goldstein2022-01-272-37/+98
* x86: Optimize memchr-avx2.SNoah Goldstein2022-01-271-178/+247
* test-strnlen.c: Check that strnlen won't go beyond the maximum lengthH.J. Lu2022-01-271-0/+30