[PATCH] D44579: [asan] Clean up some confusing code in `test/asan/TestCases/Darwin/segv_read_write.c`
Kuba (Brecka) Mracek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 12 09:42:43 PDT 2018
kubamracek added a comment.
Actually, it's even simpler that that. The access is always valid (from the shadow's perspective). We're just trapping on a regular SEGV and the signal handler gets the information whether this is a read or a write.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D44579
More information about the llvm-commits
mailing list