[libc-commits] [PATCH] D156495: [libc] Add fuzzing for printf floats
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Aug 8 10:29:11 PDT 2023
michaelrj updated this revision to Diff 548277.
michaelrj added a comment.
A bunch more bugfixes, but it seems to be stable now. The fuzzer has ran for ~12 hours with no failure.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156495/new/
https://reviews.llvm.org/D156495
Files:
libc/fuzzing/stdio/CMakeLists.txt
libc/fuzzing/stdio/printf_float_conv_fuzz.cpp
libc/src/__support/float_to_string.h
libc/src/stdio/printf_core/float_dec_converter.h
libc/src/stdio/printf_core/float_hex_converter.h
libc/test/src/stdio/sprintf_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156495.548277.patch
Type: text/x-patch
Size: 31723 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230808/aaac654b/attachment-0001.bin>
More information about the libc-commits
mailing list