Fuzzing the string to integer and float functions without relying on the
system libc allows for tests to be run in a wider variety of places.
Details
Details
- Reviewers
sivachandra lntue - Commits
- rG3a66446a9a0d: [libc] add standalone strtoint/float fuzzers
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/fuzzing/stdlib/strtofloat_fuzz.cpp | ||
---|---|---|
22 | Is this comment relevant for strto<float> fuzzers? | |
37 | Add a comment here, and in the strto<integer> fuzzer, explaining that the fuzzer only checks that the conversion algorithm did not read past the null-byte that was inserted above. Essentially, I we should explain what exactly is being tested here. |
Is this comment relevant for strto<float> fuzzers?