[hwasan] implement detection of realloc-after-free
authorKostya Serebryany <kcc@google.com>
Fri, 24 Aug 2018 01:44:17 +0000 (01:44 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 24 Aug 2018 01:44:17 +0000 (01:44 +0000)
commita7c3846a2eee2f4b461ca17f6a9eae85531da632
tree84a8bffec547504b6db47aa283ff885105dcc0c4
parentc6ba9ca1696416cd53d86fc79ad8fe2771243e8a
[hwasan] implement detection of realloc-after-free

llvm-svn: 340593
compiler-rt/lib/hwasan/hwasan_allocator.cc
compiler-rt/test/hwasan/TestCases/realloc-after-free.c [new file with mode: 0644]