[libc-commits] [PATCH] D143616: [libc] add standalone strtoint/float fuzzers
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Feb 8 16:40:18 PST 2023
michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D143616
Files:
libc/fuzzing/stdlib/CMakeLists.txt
libc/fuzzing/stdlib/strtofloat_fuzz.cpp
libc/fuzzing/stdlib/strtointeger_fuzz.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143616.495988.patch
Type: text/x-patch
Size: 5538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230209/b05122d7/attachment.bin>
More information about the libc-commits
mailing list