llvm-project/libc/fuzzing/stdlib
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
..
atof_differential_fuzz.cpp
CMakeLists.txt [libc][NFC] Make tuning macros start with LIBC_COPT_ 2023-02-15 10:00:16 +00:00
qsort_fuzz.cpp
StringParserOutputDiff.h
strtofloat_fuzz.cpp [libc] use vars in string to num fuzz targets 2023-02-27 13:21:35 -08:00
strtointeger_differential_fuzz.cpp [libc][NFC] Make tuning macros start with LIBC_COPT_ 2023-02-15 10:00:16 +00:00
strtointeger_fuzz.cpp [libc] use vars in string to num fuzz targets 2023-02-27 13:21:35 -08:00