mascarenhas/alien

args not initalized when call a function without parameter

bugsbunny1101 opened this issue · 0 comments

Run-Time Check Failure #3 - The variable 'args' is being used without being initialized.

If the target function have no parameters, then the args variable is not initialized.

Suggest fix is core.c line 737:

void **args=0;