You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DecompileCalcProfiles at decomp.c:1119:5
DecompileDecompileFunctions() at decomp.c:3291:2
DecompileProgsDat() at decomp.c:3431:2
DoDecompileProgsDat() at qcctui.c:208:2
main() at qcctui.c:409:6
Value of functions[1].s_name seems to be random, in addition to signed/unsigned mismatch of string_t and dstring_t definitions when calling GetString() function.
Attempt to disassemble
progs.dat
from Something Wicked This Way Comes viafteqcc -d
crashes randomly at this location.Value of
functions[1].s_name
seems to be random, in addition to signed/unsigned mismatch ofstring_t
anddstring_t
definitions when callingGetString()
function.Reproduced with the current HEAD, 0976808.
The text was updated successfully, but these errors were encountered: