aboutsummaryrefslogtreecommitdiff
path: root/libc/fuzzing
AgeCommit message (Expand)AuthorFilesLines
2022-08-31[libc][cmake] split fputil into individual targetsMichael Jones1-1/+1
2022-07-29[libc][NFC] Use STL case for type_traitsGuillaume Chatelet1-4/+3
2022-03-08[libc][NFC] split standalone_cpp into single headersMichael Jones1-1/+1
2021-12-07[libc] apply new lint rulesMichael Jones1-2/+2
2021-11-19[libc][Obvious][NFC] A bunch of cosmetic cleanup.Siva Chandra Reddy3-2/+7
2021-10-28[libc][NFC] Move utils/CPP to src/__support/CPP.Siva Chandra Reddy2-2/+2
2021-10-18[libc] add atof, strtof and strtodMichael Jones3-0/+77
2021-09-24[libc] Add an implementation of qsort.Siva Chandra Reddy3-0/+55
2021-08-06[libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones5-5/+5
2021-06-10[libc] Remove libc-fuzzer as a dependency to check-libc.Siva Chandra Reddy1-1/+0
2021-04-13[libc] Make FPBits a union.Siva Chandra Reddy2-2/+2
2021-01-05[libc] Add implementations of nextafter[f|l] functions.Siva Chandra Reddy3-0/+39
2020-11-20[libc] Combine all math differential fuzzers into one target.Siva Chandra Reddy13-240/+328
2020-11-19[libc] Add differential fuzzers for ldexp and remquo.Siva Chandra Reddy10-0/+298
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 Toth3-0/+50