Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from:
0d7448d
)
Fix segmentation fault in strhandle()
author
Roberto E. Vargas Caballero <
[email protected]
>
Thu, 23 Apr 2015 15:55:41 +0000
(17:55 +0200)
committer
Roberto 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