mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-24 16:26:19 +00:00
13 lines
500 B
Plaintext
13 lines
500 B
Plaintext
Invalid read of size 1
|
|
at 0x........: main (clireq_nofill.c:23)
|
|
Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: main (clireq_nofill.c:16)
|
|
|
|
Invalid read of size 1
|
|
at 0x........: main (clireq_nofill.c:36)
|
|
Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: main (clireq_nofill.c:29)
|
|
|