llvm-project/libc/fuzzing
Michael Jones 62e7bdd22a [libc] use vars in string to num fuzz targets
The string to integer and string to float standalone fuzz targets just
ran the functions and didn't do anything with the output. This was
intentional, since they are intended to be used with sanitizers to
detect buffer overflow bugs. Not using the variables was causing compile
warnings, so this patch adds trivial checks to use the variables.

Reviewed By: sivachandra, lntue

Differential Revision: https://reviews.llvm.org/D144208
2023-02-27 13:21:35 -08:00
..
math [libc] add fuzz target for strtointeger functions 2022-12-20 10:48:34 -08:00
stdio [libc] Add basic fuzz target for the printf parser 2023-02-17 11:18:40 -08:00
stdlib [libc] use vars in string to num fuzz targets 2023-02-27 13:21:35 -08:00
string
CMakeLists.txt [libc] Add basic fuzz target for the printf parser 2023-02-17 11:18:40 -08:00