mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-10 09:26:15 +00:00
19 lines
747 B
Plaintext
19 lines
747 B
Plaintext
Conditional jump or move depends on uninitialised value(s)
|
|
at 0x........: main (context_gpr.c:83)
|
|
Uninitialised value was created by a heap allocation
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: main (context_gpr.c:42)
|
|
|
|
Conditional jump or move depends on uninitialised value(s)
|
|
at 0x........: main (context_gpr.c:90)
|
|
Uninitialised value was created by a heap allocation
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: main (context_gpr.c:42)
|
|
|
|
Conditional jump or move depends on uninitialised value(s)
|
|
at 0x........: main (context_gpr.c:90)
|
|
Uninitialised value was created by a heap allocation
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: main (context_gpr.c:38)
|
|
|