mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-07 04:38:00 +00:00
suite-proper, giving them .vgtest files and all that. They don't make sense for 1.0.X because the client request constants are different in HEAD, indeed one of them (clientperm) fails with --stable. Also moved blocked_syscall.c from tests/ to tests/unused/. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1181
18 lines
763 B
Plaintext
18 lines
763 B
Plaintext
|
|
Invalid read of size 4
|
|
at 0x........: baaaad (clientstackperm.c:23)
|
|
by 0x........: main (clientstackperm.c:29)
|
|
by 0x........: __libc_start_main (...libc...)
|
|
by 0x........: (within /.../tests/clientstackperm)
|
|
Address 0x........ is 36 bytes inside a 40-byte stack red-zone created
|
|
at 0x........: baaaad (clientstackperm.c:18)
|
|
by 0x........: main (clientstackperm.c:29)
|
|
by 0x........: __libc_start_main (...libc...)
|
|
by 0x........: (within /.../tests/clientstackperm)
|
|
|
|
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
|
malloc/free: in use at exit: 0 bytes in 0 blocks.
|
|
malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
|
|
For a detailed leak analysis, rerun with: --leak-check=yes
|
|
For counts of detected errors, rerun with: -v
|