llvm-project
c4709823 - [libc] Fix issue with fuzz input too short for atoi diff fuzz (#161705)

Commit
2 days ago
[libc] Fix issue with fuzz input too short for atoi diff fuzz (#161705) The string to integer differential fuzzer assumes at least one byte of meaningful input, but wasn't explicitly checking that. Now it does.
Parents
Loading