Xinqi Bao's Git

Fix segmentation fault in strhandle()
authorRoberto E. Vargas Caballero <[email protected]>
Thu, 23 Apr 2015 15:55:41 +0000 (17:55 +0200)
committerRoberto E. Vargas Caballero <[email protected]>
Thu, 23 Apr 2015 15:59:10 +0000 (17:59 +0200)
We cannot pass strescseq.args[0] to atoi when nargs is zero,
because in this case it will be null.


No differences found