summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/lit_tests/malloc_overflow.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move TSan lit-tests under test/tsanAlexey Samsonov2014-02-141-23/+0
| | | | llvm-svn: 201414
* tsan: support allocator_may_return_null flagDmitry Vyukov2013-09-271-2/+0
| | | | | | Fixes https://code.google.com/p/thread-sanitizer/issues/detail?id=29 llvm-svn: 191482
* [tsan] make calloc crash instead of returning 0 on overflow (controlled by ↵Kostya Serebryany2013-09-061-1/+4
| | | | | | the allocator_may_return_null flag) llvm-svn: 190135
* tsan: return 0 on malloc() failure instead of crashingDmitry Vyukov2013-03-221-0/+22
llvm-svn: 177741
OpenPOWER on IntegriCloud