dcc
dcc copied to clipboard
Using of non initialized variable _exp
https://github.com/nemerle/dcc/blob/qt5/src/dataflow.cpp#L1135 here.
if ( not _icHl.call.proc->hasRegArgs())
{
fnc->processHliCall(_exp, picode.base());
}
Works at this file: PP219.zip
Will need to determine why this is entered when _exp is not set