ftmemsim-valgrind/memcheck/tests/badaddrvalue.stderr.exp
Julian Seward 9b6314fd56 Run the test with -q so that it works both on glibc-2.2 and 2.3. The
problem if -q is not used is that the lines "malloc/free: 1 allocs, 0
frees, 8 bytes allocated." have different counts depending on the
glibc version.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1732
2003-07-06 23:24:18 +00:00

20 lines
734 B
Plaintext

Invalid write of size 1
at 0x........: main (badaddrvalue.c:8)
by 0x........: __libc_start_main (...libc...)
by 0x........: ...
Address 0x........ is 1 bytes before a block of size 8 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: main (badaddrvalue.c:7)
by 0x........: __libc_start_main (...libc...)
by 0x........: ...
Invalid read of size 1
at 0x........: main (badaddrvalue.c:9)
by 0x........: __libc_start_main (...libc...)
by 0x........: ...
Address 0x........ is 1 bytes before a block of size 8 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: main (badaddrvalue.c:7)
by 0x........: __libc_start_main (...libc...)
by 0x........: ...