[libc-commits] [PATCH] D145821: [libc][NFC] add an atof test for a fuzz failure
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Mar 14 11:37:30 PDT 2023
sivachandra accepted this revision.
sivachandra added inline comments.
================
Comment at: libc/test/src/stdlib/strtod_test.cpp:195
+
+ // glibc version 2.36 and higher (I haven't tested lower versions) disagrees
+ // with this result, but ours is correct for the nearest rounding mode. See
----------------
Replace with `(not tested with lower versions)`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145821/new/
https://reviews.llvm.org/D145821
More information about the libc-commits
mailing list