aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
38 hoursForce DT_RPATH for --enable-hardcoded-path-in-testsrelease/2.31/masterH.J. Lu
47 hoursDon't make errlist.o[s].d depend on errlist-compat.hH.J. Lu
47 hoursMakerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich
2 dayself: Disable some subtests of ifuncmain1, ifuncmain5 for !PIEFlorian Weimer
9 daysnscd: Use time_t for return type of addgetnetgrentXFlorian Weimer
2024-04-25CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetg...Florian Weimer
2024-04-25CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug...Florian Weimer
2024-04-25CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgren...Florian Weimer
2024-04-25CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)Florian Weimer
2024-04-19iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence ...Charles Fol
2024-04-09aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra
2024-02-08x86_64: Optimize ffsll function code size.Sunil K Pandey
2023-09-11x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein
2023-09-11x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein
2023-09-11x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein
2023-09-11x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein
2023-07-21debug: Mark libSegFault.so as NODELETEFlorian Weimer
2022-11-24x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein
2022-09-28x86-64: Require BMI2 for avx2 functions [BZ #29611]Sunil K Pandey
2022-09-28x86-64: Require BMI2 for strchr-avx2.S [BZ #29611]H.J. Lu
2022-08-30Add test for bug 29530Andreas Schwab
2022-08-30Fix memmove call in vfprintf-internal.c:group_numberJoseph Myers
2022-08-30Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26...Joseph Myers
2022-08-30stdio: Add tests for printf multibyte convertion leak [BZ#25691]Adhemerval Zanella
2022-08-30stdio: Remove memory leak from multibyte convertion [BZ#25691]Florian Weimer
2022-08-18Linux: Require properly configured /dev/pts for PTYsAurelien Jarno
2022-08-18Linux: Detect user namespace support in io/tst-getcwd-smallbuffFlorian Weimer
2022-08-18getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar
2022-08-18support: Add helpers to create paths longer than PATH_MAXSiddhesh Poyarekar
2022-08-18support: Fix xclone build failures on ia64 and hppaFlorian Weimer
2022-08-18support: Add xcloneAdhemerval Zanella
2022-08-18Add xchdir to libsupport.Alexandra Hájková
2022-08-18support: Add create_temp_file_in_dirAdhemerval Zanella
2022-02-18NEWS: Add a bug fix entry for BZ #28896H.J. Lu
2022-02-18x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.cNoah Goldstein
2022-02-18x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896]Noah Goldstein
2022-02-18x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896]Noah Goldstein
2022-02-17string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]H.J. Lu
2022-02-01x86-64: Test strlen and wcslen with 0 in the RSI register [BZ #28064]H.J. Lu
2022-02-01x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]Noah Goldstein
2022-02-01x86: Black list more Intel CPUs for TSX [BZ #27398]H.J. Lu
2022-02-01x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]H.J. Lu
2022-01-27NEWS: Add a bug fix entry for BZ #27974H.J. Lu
2022-01-27String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]Noah Goldstein
2022-01-27x86: Optimize strlen-evex.SNoah Goldstein
2022-01-27x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ #27974]Noah Goldstein
2022-01-27x86-64: Add wcslen optimize for sse4.1Noah Goldstein
2022-01-27x86-64: Move strlen.S to multiarch/strlen-vec.SH.J. Lu
2022-01-27x86-64: Fix an unknown vector operation in memchr-evex.SAlice Xu
2022-01-27x86: Optimize memchr-evex.SNoah Goldstein