aboutsummaryrefslogtreecommitdiff
path: root/lib/asan/tests/large_func_test.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/asan/tests/large_func_test.tmpl')
-rw-r--r--lib/asan/tests/large_func_test.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/asan/tests/large_func_test.tmpl b/lib/asan/tests/large_func_test.tmpl
new file mode 100644
index 000000000000..45a13d0bc5bd
--- /dev/null
+++ b/lib/asan/tests/large_func_test.tmpl
@@ -0,0 +1,8 @@
+.*ERROR: AddressSanitizer heap-buffer-overflow on address 0x.* at pc 0x.* bp 0x.* sp 0x.*
+READ of size 4 at 0x.* thread T0
+ #0 0x.* in LargeFunction .*large_func_test.cc:15
+ #1 0x.* in main .*large_func_test.cc:3[012]
+0x.* is located 44 bytes to the right of 400-byte region
+allocated by thread T0 here:
+ #0 0x.* in operator new.*
+ #1 0x.* in main .*large_func_test.cc:30