summaryrefslogtreecommitdiff
path: root/libc/fuzzing
Commit message (Expand)AuthorAgeFilesLines
* [libc] add exception to atof differential fuzzMichael Jones2023-04-282-1/+40
* [libc] use vars in string to num fuzz targetsMichael Jones2023-02-272-3/+25
* [libc] Add basic fuzz target for the printf parserMichael Jones2023-02-173-0/+83
* [libc][NFC] Make tuning macros start with LIBC_COPT_Guillaume Chatelet2023-02-152-2/+2
* [libc] add standalone strtoint/float fuzzersMichael Jones2023-02-103-0/+145
* [libc] add fuzz target for strtointeger functionsMichael Jones2022-12-204-1/+139
* [libc][cmake] split fputil into individual targetsMichael Jones2022-08-311-1/+1
* [libc][NFC] Use STL case for type_traitsGuillaume Chatelet2022-07-291-4/+3
* [libc][NFC] split standalone_cpp into single headersMichael Jones2022-03-081-1/+1
* [libc] apply new lint rulesMichael Jones2021-12-071-2/+2
* [libc][Obvious][NFC] A bunch of cosmetic cleanup.Siva Chandra Reddy2021-11-193-2/+7
* [libc][NFC] Move utils/CPP to src/__support/CPP.Siva Chandra Reddy2021-10-282-2/+2
* [libc] add atof, strtof and strtodMichael Jones2021-10-183-0/+77
* [libc] Add an implementation of qsort.Siva Chandra Reddy2021-09-243-0/+55
* [libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones2021-08-065-5/+5
* [libc] Remove libc-fuzzer as a dependency to check-libc.Siva Chandra Reddy2021-06-101-1/+0
* [libc] Make FPBits a union.Siva Chandra Reddy2021-04-132-2/+2
* [libc] Add implementations of nextafter[f|l] functions.Siva Chandra Reddy2021-01-053-0/+39
* [libc] Combine all math differential fuzzers into one target.Siva Chandra Reddy2020-11-2013-240/+328
* [libc] Add differential fuzzers for ldexp and remquo.Siva Chandra Reddy2020-11-1910-0/+298
* [libc] Adds fuzz test for strstr and alphabetizes string fuzz CMakeList.cgyurgyik2020-07-292-3/+97
* [libc] This commit fixes the strcmp fuzzing test. It uses a single input andcgyurgyik2020-06-282-24/+53
* Remove strcmp fuzz from CMakeList since it breaks build.cgyurgyik2020-06-231-8/+0
* Add stddef.h to fix missing size_t type build errors.Simon Pilgrim2020-06-231-0/+1
* [libc] Add fuzz test for strcmp.cgyurgyik2020-06-231-4/+5
* Add strcmp fuzz test.cgyurgyik2020-06-232-0/+63
* [libc] Add fully-qualified target names.Siva Chandra Reddy2020-04-101-3/+3
* [libc][NFC] Make all top of file comments consistent.Paula Toth2020-04-081-1/+1
* [libc] Fix memcpy to adhere to qualified calls.Paula Toth2020-04-031-0/+1
* [libc] Add strlen implementation.Paula Toth2020-04-031-0/+1
* [libc] Lay out framework for fuzzing libc functions.Paula Toth2020-02-213-0/+50