[compiler-rt] [asan] Fix `unknown-crash` being reported for multi-byte errors, and incorrect memory access addresses being reported (PR #144480)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 28 13:50:08 PDT 2025
thurstond wrote:
> Wouldn't it be better to just change these callsites then?
Per the patch description, it is desirable to change ErrorGeneric's parameter for consistency with other error descriptions.
https://github.com/llvm/llvm-project/pull/144480
More information about the llvm-commits
mailing list