llvm-capstone/libc/fuzzing/math
Michael Jones f1990feb35 [libc] add fuzz target for strtointeger functions
The string to integer conversion functions are well suited to
differential fuzzing, and this patch adds a target to enable just that.
It also fixes a bug in the fuzzing comparison logic and changes atoi
slightly to match the behavior described in the C standard.

Reviewed By: sivachandra, lntue

Differential Revision: https://reviews.llvm.org/D140178
2022-12-20 10:48:34 -08:00
..
CMakeLists.txt [libc][cmake] split fputil into individual targets 2022-08-31 10:44:52 -07:00
Compare.h [libc] add fuzz target for strtointeger functions 2022-12-20 10:48:34 -08:00
math_differential_fuzz.cpp
nextafter_differential_fuzz.cpp
RemQuoDiff.h [libc][Obvious][NFC] A bunch of cosmetic cleanup. 2021-11-19 17:02:55 +00:00
SingleInputSingleOutputDiff.h
TwoInputSingleOutputDiff.h