We still want to unpoison full stack even in use-after-return as it can be disabled at runtime.
PR27453
Paths
| Differential D21202
Unpoison stack memory in use-after-return + use-after-scope mode ClosedPublic Authored by vitalybuka on Jun 9 2016, 2:42 PM.
Details Summary We still want to unpoison full stack even in use-after-return as it can be disabled at runtime. PR27453
Diff Detail
Event Timelinevitalybuka retitled this revision from to Unpoison stack memory in use-after-return + use-after-scope mode. vitalybuka updated this object. kcc edited edge metadata. Comment ActionsLGTM
This revision is now accepted and ready to land.Jun 9 2016, 3:18 PM Closed by commit rL272334: Unpoison stack memory in use-after-return + use-after-scope mode (authored by vitalybuka). · Explain WhyJun 9 2016, 4:12 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 60272 llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp
llvm/trunk/test/Instrumentation/AddressSanitizer/lifetime-uar-uas.ll
llvm/trunk/test/Instrumentation/AddressSanitizer/lifetime-uar.ll
|