summaryrefslogtreecommitdiff
path: root/libc/fuzzing/stdlib
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][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-203-0/+138
* [libc][Obvious][NFC] A bunch of cosmetic cleanup.Siva Chandra Reddy2021-11-192-2/+2
* [libc] add atof, strtof and strtodMichael Jones2021-10-183-0/+77
* [libc] Add an implementation of qsort.Siva Chandra Reddy2021-09-242-0/+54