[libcxx-commits] [PATCH] D123979: [WIP][msan][libcxx] Enable -fsanitize-memory-param-retval
Vitaly Buka via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 19 10:59:21 PDT 2022
vitalybuka added a comment.
In D123979#3459246 <https://reviews.llvm.org/D123979#3459246>, @EricWF wrote:
> Thanks. Any other sanitizers we can turn up/on?
>From stuff which is not enabled by default -fsanitize-address-use-after-return=always can be useful
But it's also good candidate for being enabled by default in clang.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123979/new/
https://reviews.llvm.org/D123979
More information about the libcxx-commits
mailing list