[PATCH] D23623: [asan] Add support of lifetime poisoning into ComputeASanStackFrameLayout

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 17 13:18:28 PDT 2016


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

  We are going to combine poisoning of red zones and scope poisoning.

  PR27453

https://reviews.llvm.org/D23623

Files:
  include/llvm/Transforms/Utils/ASanStackFrameLayout.h
  lib/Transforms/Instrumentation/AddressSanitizer.cpp
  lib/Transforms/Utils/ASanStackFrameLayout.cpp
  unittests/Transforms/Utils/ASanStackFrameLayoutTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23623.68411.patch
Type: text/x-patch
Size: 7707 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160817/1c845eb7/attachment.bin>


More information about the llvm-commits mailing list