nemerle / dcc

This is a heavily updated version of the old DOS executable decompiler DCC
GNU General Public License v2.0
146 stars 27 forks source link

Using of non initialized variable _exp #13

Open lab313ru opened 8 years ago

lab313ru commented 8 years ago

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

nemerle commented 8 years ago

Will need to determine why this is entered when _exp is not set