about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655]H.J. Lu2022-01-271-1/+3
* x86-64: Require BMI2 for __strlen_evex and __strnlen_evexH.J. Lu2022-01-271-2/+4
* NEWS: Add a bug fix entry for BZ #27457H.J. Lu2022-01-271-0/+1
* x86-64: Fix ifdef indentation in strlen-evex.SSunil K Pandey2022-01-271-8/+8
* x86-64: Use ZMM16-ZMM31 in AVX512 memmove family functionsH.J. Lu2022-01-273-19/+35
* x86-64: Use ZMM16-ZMM31 in AVX512 memset family functionsH.J. Lu2022-01-274-24/+31
* x86: Add string/memory function tests in RTM regionH.J. Lu2022-01-2712-0/+622
* x86-64: Add AVX optimized string/memory functions for RTMH.J. Lu2022-01-2752-244/+668
* x86-64: Add memcmp family functions with 256-bit EVEXH.J. Lu2022-01-275-4/+467
* x86-64: Add memset family functions with 256-bit EVEXH.J. Lu2022-01-276-14/+90
* x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu2022-01-275-11/+97
* x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu2022-01-279-3/+1339
* x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu2022-01-2724-17/+2996
* x86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMPH.J. Lu2022-01-273-2/+23
* NEWS: Add a bug fix entry for BZ #28755H.J. Lu2022-01-271-0/+1
* x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]Noah Goldstein2022-01-271-0/+10
* CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bug 28768)Florian Weimer2022-01-184-8/+51
* <shlib-compat.h>: Support compat_symbol_reference for _ISOMACFlorian Weimer2022-01-181-13/+13
* sunrpc: Test case for clnt_create "unix" buffer overflow (bug 22542)Martin Sebor2022-01-182-1/+48
* CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "unix" (bug 22542)Florian Weimer2022-01-182-3/+12
* socket: Add the __sockaddr_un_set functionFlorian Weimer2022-01-184-1/+120
* Revert "Fix __minimal_malloc segfaults in __mmap due to stack-protector"Stefan Liebler2021-12-161-4/+0
* Fix __minimal_malloc segfaults in __mmap due to stack-protectorStefan Liebler2021-12-161-0/+4
* gconv: Do not emit spurious NUL character in ISO-2022-JP-3 (bug 28524)Nikita Popov2021-12-054-9/+86
* x86_64: Remove unneeded static PIE check for undefined weak diagnosticFangrui Song2021-08-182-58/+0
* wordexp: handle overflow in positional parameter number (bug 28011)Andreas Schwab2021-07-062-1/+2
* Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar2021-04-142-30/+52
* Enhance setuid-tunables testSiddhesh Poyarekar2021-04-142-23/+69
* tst-env-setuid: Use support_capture_subprogram_self_sgidSiddhesh Poyarekar2021-04-141-183/+14
* support: Add capability to fork an sgid childSiddhesh Poyarekar2021-04-145-181/+168
* support: Typo and formatting fixesSiddhesh Poyarekar2021-04-142-4/+4
* support: Pass environ to child processSiddhesh Poyarekar2021-04-141-1/+1
* S390: Also check vector support in memmove ifunc-selector [BZ #27511]Stefan Liebler2021-03-264-6/+15
* powerpc64: Workaround sigtramp vdso return callRaoni Fassina Firmino2021-03-081-1/+12
* nscd: Fix double free in netgroupcache [BZ #27462]DJ Delorie2021-03-081-2/+2
* gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256)Florian Weimer2021-01-273-20/+178
* x86: Check IFUNC definition in unrelocated executable [BZ #20019]H.J. Lu2021-01-136-25/+32
* x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]H.J. Lu2021-01-134-1/+13
* x86-64: Avoid rep movsb with short distance [BZ #27130]H.J. Lu2021-01-122-0/+22