[PATCH] D21209: Unpoison stack memory in use-after-return + use-after-scope mode

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 15:35:38 PDT 2016


vitalybuka created this revision.
vitalybuka added reviewers: kcc, eugenis.
vitalybuka added a subscriber: llvm-commits.

We still want to unpoison even in use-after-return as it can be disabled at runtime.

PR27453

http://reviews.llvm.org/D21209

Files:
  lib/Transforms/Instrumentation/AddressSanitizer.cpp
  test/Instrumentation/AddressSanitizer/lifetime-uar-uas.ll
  test/Instrumentation/AddressSanitizer/lifetime-uar.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21209.60262.patch
Type: text/x-patch
Size: 5912 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160609/2cfba813/attachment.bin>


More information about the llvm-commits mailing list