Closed rshariffdeen closed 1 year ago
the fix function signature is
static char * getName(struct SWF_ACTIONPUSHPARAM *act)
but the repair generates return values of integer, if we scan the return values in the source file we would identify "" the empty string as a possible fix-ingredient, which is the correct return value for this patch.
""
the fix function signature is
but the repair generates return values of integer, if we scan the return values in the source file we would identify
""
the empty string as a possible fix-ingredient, which is the correct return value for this patch.