llvm-capstone/libc/fuzzing
Michael Jones 2ff8094e32 [libc] Set min precision for strtofloat fuzz
MPFR has a minimum precision of 2, but the strtofloat fuzz sometimes
would request a precision of 1 for the case of the minimum subnormal.
This patch tells the fuzzer to ignore any case where the precision would
go below 2.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D155130
2023-07-18 16:28:22 -07: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] Set min precision for strtofloat fuzz 2023-07-18 16:28:22 -07:00
string
CMakeLists.txt [libc] Add basic fuzz target for the printf parser 2023-02-17 11:18:40 -08:00