[libc-commits] [PATCH] D154150: [libc] fix MPFR accuracy in fuzz test
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jun 29 13:55:17 PDT 2023
michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added projects: libc-project, All.
Herald added a subscriber: libc-commits.
michaelrj requested review of this revision.
The accuracy for the MPFR numbers in the strtofloat fuzz test was set
too high, causing issues when rounding to a smaller final result.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D154150
Files:
libc/fuzzing/stdlib/CMakeLists.txt
libc/fuzzing/stdlib/strtofloat_fuzz.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154150.535987.patch
Type: text/x-patch
Size: 3975 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230629/17bd02c8/attachment.bin>
More information about the libc-commits
mailing list