aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-27x86: Optimize memchr-evex.SNoah Goldstein1-225/+322
2022-01-27x86: Optimize strlen-avx2.SNoah Goldstein2-214/+334
2022-01-27x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974]Noah Goldstein2-37/+98
2022-01-27x86: Optimize memchr-avx2.SNoah Goldstein1-178/+247
2022-01-27test-strnlen.c: Check that strnlen won't go beyond the maximum lengthH.J. Lu1-0/+30
2022-01-27test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655]H.J. Lu1-1/+3
2022-01-27x86-64: Require BMI2 for __strlen_evex and __strnlen_evexH.J. Lu1-2/+4
2022-01-27NEWS: Add a bug fix entry for BZ #27457H.J. Lu1-0/+1
2022-01-27x86-64: Fix ifdef indentation in strlen-evex.SSunil K Pandey1-8/+8
2022-01-27x86-64: Use ZMM16-ZMM31 in AVX512 memmove family functionsH.J. Lu3-19/+35
2022-01-27x86-64: Use ZMM16-ZMM31 in AVX512 memset family functionsH.J. Lu4-24/+31
2022-01-27x86: Add string/memory function tests in RTM regionH.J. Lu12-0/+622
2022-01-27x86-64: Add AVX optimized string/memory functions for RTMH.J. Lu52-244/+668
2022-01-27x86-64: Add memcmp family functions with 256-bit EVEXH.J. Lu5-4/+467
2022-01-27x86-64: Add memset family functions with 256-bit EVEXH.J. Lu6-14/+90
2022-01-27x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu5-11/+97
2022-01-27x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu9-3/+1339
2022-01-27x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu24-17/+2996
2022-01-27x86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMPH.J. Lu3-2/+23
2022-01-27NEWS: Add a bug fix entry for BZ #28755H.J. Lu1-0/+1
2022-01-27x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]Noah Goldstein1-0/+10
2022-01-18CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bug 28768)Florian Weimer4-8/+51
2022-01-18<shlib-compat.h>: Support compat_symbol_reference for _ISOMACFlorian Weimer1-13/+13
2022-01-18sunrpc: Test case for clnt_create "unix" buffer overflow (bug 22542)Martin Sebor2-1/+48
2022-01-18CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "unix" (bug 22542)Florian Weimer2-3/+12
2022-01-18socket: Add the __sockaddr_un_set functionFlorian Weimer4-1/+120
2021-12-16Revert "Fix __minimal_malloc segfaults in __mmap due to stack-protector"Stefan Liebler1-4/+0
2021-12-16Fix __minimal_malloc segfaults in __mmap due to stack-protectorStefan Liebler1-0/+4
2021-12-05gconv: Do not emit spurious NUL character in ISO-2022-JP-3 (bug 28524)Nikita Popov4-9/+86
2021-08-18x86_64: Remove unneeded static PIE check for undefined weak diagnosticFangrui Song2-58/+0
2021-07-06wordexp: handle overflow in positional parameter number (bug 28011)Andreas Schwab2-1/+2
2021-04-14Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar2-30/+52
2021-04-14Enhance setuid-tunables testSiddhesh Poyarekar2-23/+69
2021-04-14tst-env-setuid: Use support_capture_subprogram_self_sgidSiddhesh Poyarekar1-183/+14
2021-04-14support: Add capability to fork an sgid childSiddhesh Poyarekar5-181/+168
2021-04-14support: Typo and formatting fixesSiddhesh Poyarekar2-4/+4
2021-04-14support: Pass environ to child processSiddhesh Poyarekar1-1/+1
2021-03-26S390: Also check vector support in memmove ifunc-selector [BZ #27511]Stefan Liebler4-6/+15
2021-03-08powerpc64: Workaround sigtramp vdso return callRaoni Fassina Firmino1-1/+12
2021-03-08nscd: Fix double free in netgroupcache [BZ #27462]DJ Delorie1-2/+2
2021-01-27gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256)Florian Weimer3-20/+178
2021-01-13x86: Check IFUNC definition in unrelocated executable [BZ #20019]H.J. Lu6-25/+32
2021-01-13x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]H.J. Lu4-1/+13
2021-01-12x86-64: Avoid rep movsb with short distance [BZ #27130]H.J. Lu2-0/+22
2021-01-05Fix buffer overrun in EUC-KR conversion module (bz #24973)Andreas Schwab5-9/+60
2021-01-03Add NEWS entry for CVE-2020-29562 (BZ #26923)Siddhesh Poyarekar1-0/+3
2021-01-03iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)Michael Colavita4-13/+56
2020-12-24tests-mcheck: New variable to run tests with MALLOC_CHECK_=3Siddhesh Poyarekar2-1/+38
2020-11-30iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]Arjun Shankar3-18/+17
2020-11-27sh: Add sh4 fpu Implies folderAdhemerval Zanella5-0/+5