[llvm-branch-commits] [compiler-rt] [TySan] Fix struct access with different bases (PR #108385)
Tavian Barnes via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Sep 14 15:05:51 PDT 2024
tavianator wrote:
I have consulted with an expert in the strict aliasing rules and we came to the horrifying (to me) conclusion that TySan is actually **correct** in this case, at least according to the C standard.
https://github.com/llvm/llvm-project/pull/108385
More information about the llvm-branch-commits
mailing list