[libcxx-commits] [libcxxabi] [libc++abi] Don't do pointer arithmetic on nullptr (PR #119520)
Vitaly Buka via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 11 10:17:16 PST 2024
vitalybuka wrote:
> @vitalybuka Why don't we run into this issue in our `-fsanitize=undefined` existing (pre-commit) CI bot?
I detected this after adding -fno-sanitize-recover=all to our bots, by default ubsan just prints a warning and move on.
So probably CI missing this as well
https://github.com/llvm/llvm-project/pull/119520
More information about the libcxx-commits
mailing list