summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/output_tests/heap-overflow.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/asan/output_tests/heap-overflow.tmpl')
-rw-r--r--compiler-rt/lib/asan/output_tests/heap-overflow.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/compiler-rt/lib/asan/output_tests/heap-overflow.tmpl b/compiler-rt/lib/asan/output_tests/heap-overflow.tmpl
new file mode 100644
index 00000000000..e2ab65f17d8
--- /dev/null
+++ b/compiler-rt/lib/asan/output_tests/heap-overflow.tmpl
@@ -0,0 +1,6 @@
+READ of size 1 at 0x.* thread T0
+ #0 0x.* in main .*heap-overflow.cc:6
+0x.* is located 0 bytes to the right of 10-byte region
+allocated by thread T0 here:
+ #0 0x.* in malloc
+ #1 0x.* in main .*heap-overflow.cc:[45]
OpenPOWER on IntegriCloud