mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
The use of the ternary operator was causing diffs compared to GCC output. Switching to use two 'ifs' should remove this difference.
7 lines
202 B
Plaintext
7 lines
202 B
Plaintext
Conditional jump or move depends on uninitialised value(s)
|
|
at 0x........: main (clientperm.c:29)
|
|
|
|
Conditional jump or move depends on uninitialised value(s)
|
|
at 0x........: main (clientperm.c:39)
|
|
|