[asan] print thread number while reporting invalid-free and double-free; add tests...
authorKostya Serebryany <kcc@google.com>
Tue, 26 Mar 2013 08:01:37 +0000 (08:01 +0000)
committerKostya Serebryany <kcc@google.com>
Tue, 26 Mar 2013 08:01:37 +0000 (08:01 +0000)
commit88b2b45ec8e0436c3bc7aef8e0d8869132961e1d
treebfe502288385b2de177a9387e10d8bc72383d17f
parent75789a213395c22400d010f7602f24285dfb053a
[asan] print thread number while reporting invalid-free and double-free; add tests; also add a test for use-after-poison

llvm-svn: 177993
compiler-rt/lib/asan/asan_report.cc
compiler-rt/lib/asan/lit_tests/double-free.cc [new file with mode: 0644]
compiler-rt/lib/asan/lit_tests/invalid-free.cc [new file with mode: 0644]
compiler-rt/lib/asan/lit_tests/use-after-poison.cc [new file with mode: 0644]