Fix segmentation fault in strhandle()
We cannot pass strescseq.args[0] to atoi when nargs is zero, because in this case it will be null.
This commit is contained in:
Reference in New Issue
Block a user
We cannot pass strescseq.args[0] to atoi when nargs is zero, because in this case it will be null.