aboutsummaryrefslogtreecommitdiff
path: root/libc/fuzzing/string
AgeCommit message (Expand)AuthorFilesLines
2024-01-11[libc] Add memcmp / bcmp fuzzers (#77741)Guillaume Chatelet3-0/+129
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet3-6/+6
2020-07-29[libc] Adds fuzz test for strstr and alphabetizes string fuzz CMakeList.cgyurgyik2-3/+97
2020-06-28[libc] This commit fixes the strcmp fuzzing test. It uses a single input andcgyurgyik2-24/+53
2020-06-23Remove strcmp fuzz from CMakeList since it breaks build.cgyurgyik1-8/+0
2020-06-23Add stddef.h to fix missing size_t type build errors.Simon Pilgrim1-0/+1
2020-06-23[libc] Add fuzz test for strcmp.cgyurgyik1-4/+5
2020-06-23Add strcmp fuzz test.cgyurgyik2-0/+63
2020-04-10[libc] Add fully-qualified target names.Siva Chandra Reddy1-3/+3
2020-04-08[libc][NFC] Make all top of file comments consistent.Paula Toth1-1/+1
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 Toth2-0/+45