aboutsummaryrefslogtreecommitdiff
path: root/libc/fuzzing/string/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2024-12-10[libc] move bcmp, bzero, bcopy, index, rindex, strcasecmp, strncasecmp to str...Nick Desaulniers1-1/+1
2024-01-11[libc] Add memcmp / bcmp fuzzers (#77741)Guillaume Chatelet1-0/+16
2020-07-29[libc] Adds fuzz test for strstr and alphabetizes string fuzz CMakeList.cgyurgyik1-3/+12
2020-06-28[libc] This commit fixes the strcmp fuzzing test. It uses a single input andcgyurgyik1-0/+8
2020-06-23Remove strcmp fuzz from CMakeList since it breaks build.cgyurgyik1-8/+0
2020-06-23Add strcmp fuzz test.cgyurgyik1-0/+8
2020-04-10[libc] Add fully-qualified target names.Siva Chandra Reddy1-3/+3
2020-04-03[libc] Fix memcpy to adhere to qualified calls.Paula Toth1-0/+1
2020-04-03[libc] Add strlen implementation.Paula Toth1-0/+1
2020-02-21[libc] Lay out framework for fuzzing libc functions.Paula Toth1-0/+7