[ASan/Win tests] Add tests for malloc/calloc/realloc
commit028362bc367dfc816e6065f246d25d911ed7ab76
authorTimur Iskhodzhanov <timurrrr@google.com>
Thu, 15 May 2014 13:50:12 +0000 (15 13:50 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Thu, 15 May 2014 13:50:12 +0000 (15 13:50 +0000)
tree04b7db3d0d331521fa501801df619776a5caa6de
parent18a655f7472193f11d65594dd19ccf8eeb3dce3c
[ASan/Win tests] Add tests for malloc/calloc/realloc

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@208881 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
test/asan/TestCases/Windows/allocators_sanity.cc [new file with mode: 0644]
test/asan/TestCases/Windows/calloc_left_oob.cc [new file with mode: 0644]
test/asan/TestCases/Windows/calloc_right_oob.cc [new file with mode: 0644]
test/asan/TestCases/Windows/calloc_uaf.cc [new file with mode: 0644]
test/asan/TestCases/Windows/double_free.cc [new file with mode: 0644]
test/asan/TestCases/Windows/double_operator_delete.cc [new file with mode: 0644]
test/asan/TestCases/Windows/malloc_left_oob.cc [new file with mode: 0644]
test/asan/TestCases/Windows/malloc_right_oob.cc [new file with mode: 0644]
test/asan/TestCases/Windows/malloc_uaf.cc [new file with mode: 0644]
test/asan/TestCases/Windows/realloc_left_oob.cc [new file with mode: 0644]
test/asan/TestCases/Windows/realloc_right_oob.cc [new file with mode: 0644]
test/asan/TestCases/Windows/realloc_uaf.cc [new file with mode: 0644]
test/asan/TestCases/Windows/use_after_realloc.cc [new file with mode: 0644]