diff options
Diffstat (limited to 'exp-sgcheck/tests/stackerr.stderr.exp-glibc28-amd64')
-rw-r--r-- | exp-sgcheck/tests/stackerr.stderr.exp-glibc28-amd64 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/exp-sgcheck/tests/stackerr.stderr.exp-glibc28-amd64 b/exp-sgcheck/tests/stackerr.stderr.exp-glibc28-amd64 new file mode 100644 index 00000000..89da7a77 --- /dev/null +++ b/exp-sgcheck/tests/stackerr.stderr.exp-glibc28-amd64 @@ -0,0 +1,27 @@ + +Invalid write of size 8 + at 0x........: foo (stackerr.c:27) + by 0x........: bar (stackerr.c:32) + by 0x........: main (stackerr.c:41) + Address 0x........ expected vs actual: + Expected: stack array "a" in frame 2 back from here + Actual: unknown + +Invalid write of size 8 + at 0x........: main (stackerr.c:44) + Address 0x........ expected vs actual: + Expected: stack array "a" in this frame + Actual: unknown + +Invalid write of size 1 + at 0x........: _IO_default_xsputn (in /...libc...) + by 0x........: ... + by 0x........: ... + by 0x........: ... + by 0x........: main (stackerr.c:49) + Address 0x........ expected vs actual: + Expected: stack array "buf" in frame 4 back from here + Actual: unknown + + +ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0) |