aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-31x86_64: Optimize ffsll function code size.release/2.32/masterSunil 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-10-04CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bug 28768)Florian Weimer
2022-10-04<shlib-compat.h>: Support compat_symbol_reference for _ISOMACFlorian Weimer
2022-10-04sunrpc: Test case for clnt_create "unix" buffer overflow (bug 22542)Martin Sebor
2022-10-04CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "unix" (bug 22542)Florian Weimer
2022-10-04socket: Add the __sockaddr_un_set functionFlorian Weimer
2022-10-04NEWS: Mention CVE-2020-29562 (BZ #26923)Siddhesh Poyarekar
2022-10-04iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)Michael Colavita
2022-10-04NEWS: Mention CVE-2021-35942Dmitry V. Levin
2022-10-04NEWS: Mention CVE-2021-27645DJ Delorie
2022-10-04NEWS: Mention CVE-2021-3326 (iconv assertion with ISO-20220-JP-3)Florian Weimer
2022-10-04NEWS: Mention CVE-2019-25013Siddhesh Poyarekar
2022-10-04NEWS: Move CVE-2021-33574 entry from 2.32 section to 2.32.1Dmitry V. Levin
2022-10-04NEWS: Move CVE-2020-27618 entry from 2.32 section to 2.32.1Dmitry V. Levin
2022-10-04NEWS: add entries for fixed bugsDmitry V. Levin
2022-10-04Fix typos in "NEWS for version 2.32"Paul Zimmermann
2022-10-04Fix typos in NEWS fileShuo Wang
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-30elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer
2022-06-30linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)Adhemerval 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-27x86-64: Require BMI2 for __strlen_evex and __strnlen_evexH.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
2022-01-27x86: Optimize strlen-avx2.SNoah Goldstein
2022-01-27x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974]Noah Goldstein
2022-01-27x86: Optimize memchr-avx2.SNoah Goldstein
2022-01-27test-strnlen.c: Check that strnlen won't go beyond the maximum lengthH.J. Lu
2022-01-27test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655]H.J. Lu