diff options
Diffstat (limited to 'exp-sgcheck/tests/realloc.stderr.exp-glibc25-x86')
-rw-r--r-- | exp-sgcheck/tests/realloc.stderr.exp-glibc25-x86 | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/exp-sgcheck/tests/realloc.stderr.exp-glibc25-x86 b/exp-sgcheck/tests/realloc.stderr.exp-glibc25-x86 new file mode 100644 index 00000000..265f48cc --- /dev/null +++ b/exp-sgcheck/tests/realloc.stderr.exp-glibc25-x86 @@ -0,0 +1,45 @@ + +Invalid read of size 4 + at 0x........: main (realloc.c:20) + Address 0x........ is 4 bytes before the accessing pointer's + legitimate range, a block of size 200 alloc'd + at 0x........: realloc (vg_replace_malloc.c:...) + by 0x........: main (realloc.c:17) + +Invalid read of size 4 + at 0x........: main (realloc.c:21) + Address 0x........ is 0 bytes after the accessing pointer's + legitimate range, a block of size 200 alloc'd + at 0x........: realloc (vg_replace_malloc.c:...) + by 0x........: main (realloc.c:17) + +Invalid read of size 4 + at 0x........: main (realloc.c:28) + Address 0x........ is 4 bytes before the accessing pointer's + legitimate range, a block of size 200 alloc'd + at 0x........: realloc (vg_replace_malloc.c:...) + by 0x........: main (realloc.c:25) + +Invalid read of size 4 + at 0x........: main (realloc.c:29) + Address 0x........ is 0 bytes after the accessing pointer's + legitimate range, a block of size 200 alloc'd + at 0x........: realloc (vg_replace_malloc.c:...) + by 0x........: main (realloc.c:25) + +Invalid read of size 4 + at 0x........: main (realloc.c:38) + Address 0x........ is 4 bytes before the accessing pointer's + legitimate range, a block of size 400 alloc'd + at 0x........: realloc (vg_replace_malloc.c:...) + by 0x........: main (realloc.c:33) + +Invalid read of size 4 + at 0x........: main (realloc.c:39) + Address 0x........ is 0 bytes after the accessing pointer's + legitimate range, a block of size 400 alloc'd + at 0x........: realloc (vg_replace_malloc.c:...) + by 0x........: main (realloc.c:33) + + +ERROR SUMMARY: 6 errors from 6 contexts (suppressed: 0 from 0) |