summaryrefslogtreecommitdiff
path: root/libc/fuzzing/string
AgeCommit message (Expand)Author
2025-11-10[libc] add an SVE implementation of strlen (#167259)Schrodinger ZHU Yifan
2024-12-10[libc] move bcmp, bzero, bcopy, index, rindex, strcasecmp, strncasecmp to str...Nick Desaulniers
2024-01-11[libc] Add memcmp / bcmp fuzzers (#77741)Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2020-07-29[libc] Adds fuzz test for strstr and alphabetizes string fuzz CMakeList.cgyurgyik
2020-06-28[libc] This commit fixes the strcmp fuzzing test. It uses a single input andcgyurgyik
2020-06-23Remove strcmp fuzz from CMakeList since it breaks build.cgyurgyik
2020-06-23Add stddef.h to fix missing size_t type build errors.Simon Pilgrim
2020-06-23[libc] Add fuzz test for strcmp.cgyurgyik
2020-06-23Add strcmp fuzz test.cgyurgyik
2020-04-10[libc] Add fully-qualified target names.Siva Chandra Reddy
2020-04-08[libc][NFC] Make all top of file comments consistent.Paula Toth
2020-04-03[libc] Fix memcpy to adhere to qualified calls.Paula Toth
2020-04-03[libc] Add strlen implementation.Paula Toth
2020-02-21[libc] Lay out framework for fuzzing libc functions.Paula Toth