mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
11 lines
433 B
Plaintext
11 lines
433 B
Plaintext
Invalid free() / delete / delete[]
|
|
at 0x........: free (vg_replace_malloc.c:...)
|
|
by 0x........: main (memalign_test.c:17)
|
|
by 0x........: __libc_start_main (...libc...)
|
|
by 0x........: ...
|
|
Address 0x........ is 0 bytes inside a block of size 111110 free'd
|
|
at 0x........: free (vg_replace_malloc.c:...)
|
|
by 0x........: main (memalign_test.c:15)
|
|
by 0x........: __libc_start_main (...libc...)
|
|
by 0x........: ...
|