[PATCH] D21202: 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 14:43:00 PDT 2016


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

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

PR27453

http://reviews.llvm.org/D21202

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: D21202.60241.patch
Type: text/x-patch
Size: 5425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160609/1cd6750f/attachment.bin>


More information about the llvm-commits mailing list