mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-18 13:26:14 +00:00
22 lines
827 B
Plaintext
22 lines
827 B
Plaintext
Uninitialised byte(s) found during client check request
|
|
at 0x........: croak (varinfo2.c:28)
|
|
by 0x........: foo (varinfo2.c:41)
|
|
by 0x........: main (varinfo2.c:51)
|
|
Location 0x........ is 0 bytes inside var[7],
|
|
declared at varinfo2.c:39, in frame #1 of thread 1
|
|
|
|
Uninitialised byte(s) found during client check request
|
|
at 0x........: croak (varinfo2.c:28)
|
|
by 0x........: foo (varinfo2.c:43)
|
|
by 0x........: main (varinfo2.c:51)
|
|
Location 0x........ is 2 bytes inside var.bar,
|
|
declared at varinfo2.c:42, in frame #1 of thread 1
|
|
|
|
Uninitialised byte(s) found during client check request
|
|
at 0x........: croak (varinfo2.c:28)
|
|
by 0x........: foo (varinfo2.c:46)
|
|
by 0x........: main (varinfo2.c:51)
|
|
Location 0x........ is 1 byte inside local var "var"
|
|
declared at varinfo2.c:37, in frame #1 of thread 1
|
|
|