aboutsummaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)AuthorFilesLines
2021-08-26Fix error message in memmove test to display correct src pointerSunil K Pandey1-1/+1
2021-08-20Update string/test-memmove.c to cover 16KB copyH.J. Lu1-0/+48
2021-07-28tests: use xmalloc to allocate implementation arraySiddhesh Poyarekar1-2/+3
2021-06-24String: Add three more overflow tests cases to test-strnlen.cNoah Goldstein1-0/+4
2021-06-23String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]Noah Goldstein3-3/+130
2021-06-03Improve test coverage of strnlen functionSunil K Pandey1-1/+10
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-1/+0
2021-06-02Improve test coverage of strlen functionSunil K Pandey1-1/+14
2021-05-18x86: Expand bench-memcmp.c and test-memcmp.cNoah Goldstein1-6/+34
2021-04-19Reindent string/test-memmove.cH.J. Lu1-15/+15
2021-04-19x86: Expand test-memset.c and bench-memset.cNoah Goldstein1-5/+15
2021-04-16x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.cnoah2-53/+76
2021-03-27test-strnlen.c: Check that strnlen won't go beyond the maximum lengthH.J. Lu1-0/+30
2021-03-27test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655]H.J. Lu1-1/+3
2021-02-19string: Work around GCC PR 98512 in rawmemchrFlorian Weimer1-11/+15
2021-02-08strchr: Add additional benchmarks and testsnoah1-1/+25
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert139-139/+139
2020-12-31string: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2-13/+22
2020-12-11treewide: fix incorrect spelling of indices in commentsDmitry V. Levin1-1/+1
2020-11-12Don't use nested function in test-ffsSiddhesh Poyarekar1-22/+14
2020-11-12Use __builtin___stpncpy_chk when availableSiddhesh Poyarekar1-1/+8
2020-11-05Remove __warn_memset_zero_len [BZ #25399]Siddhesh Poyarekar1-15/+0
2020-10-26Amend grammar and add a descriptionJonny Grant1-3/+4
2020-09-24strcmp: Add a testcase for page boundaryH.J. Lu1-0/+33
2020-09-24strncmp: Add a testcase for page boundary [BZ #25933]H.J. Lu1-0/+33
2020-09-07Disable -Wstringop-overread for some string testsJoseph Myers2-0/+11
2020-09-07string: Fix GCC 11 `-Werror=stringop-overread' errorMaciej W. Rozycki1-0/+4
2020-08-26string: test strncasecmp and strncpy near page boundariesRaphael Moreira Zinsly2-0/+78
2020-07-13string: Make tst-strerror/tst-strsignal unsupported if msgfmt is not installedAdhemerval Zanella3-1/+14
2020-07-08string: Move tst-strsignal tst-strerror to tests-containerAdhemerval Zanella1-1/+3
2020-07-08string: Fix prototype mismatch in sigabbrev_np, __sigdescr_npFlorian Weimer2-2/+2
2020-07-07tst-strsignal: fix checking for RT signals supportSamuel Thibault1-4/+8
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella5-1/+61
2020-07-07string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella7-9/+134
2020-07-07string: Add strerror_l on test-strerror-errnoAdhemerval Zanella1-0/+5
2020-07-07string: Add strerror, strerror_r, and strerror_l testAdhemerval Zanella2-1/+78
2020-07-07string: Add strsignal testAdhemerval Zanella2-2/+61
2020-07-07string: Simplify strerror_rAdhemerval Zanella1-39/+2
2020-07-07string: Use tls-internal on strerror_lAdhemerval Zanella1-15/+6
2020-07-07string: Implement strerror in terms of strerror_lAdhemerval Zanella2-25/+12
2020-07-07string: Remove old TLS usage on strsignalAdhemerval Zanella1-91/+21
2020-07-07signal: Move sys_errlist to a compat symbolAdhemerval Zanella3-16/+7
2020-07-07signal: Move sys_siglist to a compat symbolAdhemerval Zanella1-1/+1
2020-05-14string: Fix string/tst-memmove-overflow to compile with GCC 7Florian Weimer1-2/+2
2020-05-13arm: XFAIL string/tst-memmove-overflow due to bug 25620Florian Weimer1-2/+21
2020-05-12string: Add string/tst-memmove-overflow, a test case for bug 25620Florian Weimer2-1/+156
2020-05-04improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2-14/+24
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers131-131/+131
2019-12-05<string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]Kamlesh Kumar1-1/+2
2019-11-27S390: Fix handling of needles crossing a page in strstr z15 ifunc-variant. [B...Stefan Liebler1-6/+35