mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
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
20 lines
734 B
Plaintext
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........: ...
|