mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-21 14:56:21 +00:00
8 lines
257 B
Plaintext
8 lines
257 B
Plaintext
Conditional jump or move depends on uninitialised value(s)
|
|
at 0x........: main (origin6-fp.c:97)
|
|
Uninitialised value was created by a client request
|
|
at 0x........: setup_arr (origin6-fp.c:75)
|
|
by 0x........: main (origin6-fp.c:87)
|
|
|
|
Test succeeded.
|