[libcxx-commits] [PATCH] D155397: [libc++][format] Fixes an off by one error.
Adrian Vogelsgesang via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 18 05:28:15 PDT 2023
avogelsgesang added a comment.
In D155397#4506191 <https://reviews.llvm.org/D155397#4506191>, @ldionne wrote:
> Did you find that with fuzzing?
We (a small sub-team inside Salesforce) found this in one of our production builds by accident / sheer luck. We are using `-fexperimental-library` already, because we recompile the world anyway (and don't need ABI stability) and are happy to rewrite our code in case breaking API changes are applied to libc++ or the C++ standard.
I agree that fuzzing might be a good idea for `std::format` to find this type of issues in a more structured way
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155397/new/
https://reviews.llvm.org/D155397
More information about the libcxx-commits
mailing list