mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-10 09:26:15 +00:00
12 lines
384 B
Plaintext
12 lines
384 B
Plaintext
Syscall param sendfilev(vec[0].sfv_off points to unaddressable byte(s)
|
|
...
|
|
by 0x........: main (sendfilev.c:54)
|
|
Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
|
|
|
Syscall param sendfilev(vec) points to uninitialised byte(s)
|
|
...
|
|
by 0x........: main (sendfilev.c:65)
|
|
Address 0x........ is on thread 1's stack
|
|
in frame #., created by main (sendfilev.c:15)
|
|
|