mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-10 01:16:12 +00:00
12 lines
473 B
Plaintext
12 lines
473 B
Plaintext
Invalid free() / delete / delete[] / realloc()
|
|
at 0x........: free (vg_replace_malloc.c:...)
|
|
by 0x........: main (memalign_test.c:25)
|
|
Address 0x........ is 0 bytes inside a block of size 111,110 free'd
|
|
at 0x........: free (vg_replace_malloc.c:...)
|
|
by 0x........: main (memalign_test.c:23)
|
|
Block was alloc'd at
|
|
at 0x........: memalign (vg_replace_malloc.c:...)
|
|
by 0x........: valloc (vg_replace_malloc.c:...)
|
|
by 0x........: main (memalign_test.c:16)
|
|
|