[PATCH] D30101: [asan] Implement "scribble" flag, which overwrites free'd memory with 0x55
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 30 08:57:25 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL299085: [asan] Implement "scribble" flags, which overwrite free'd memory with 0x55 (authored by kuba.brecka).
Changed prior to commit:
https://reviews.llvm.org/D30101?vs=93434&id=93485#toc
Repository:
rL LLVM
https://reviews.llvm.org/D30101
Files:
compiler-rt/trunk/lib/asan/asan_allocator.cc
compiler-rt/trunk/lib/asan/asan_flags.cc
compiler-rt/trunk/lib/asan/asan_flags.inc
compiler-rt/trunk/test/asan/TestCases/Darwin/scribble.cc
compiler-rt/trunk/test/asan/TestCases/scribble.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30101.93485.patch
Type: text/x-patch
Size: 6425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170330/e123b154/attachment.bin>
More information about the llvm-commits
mailing list