-
- Downloads
Add missing NULL pointer check to js_iniReadAll()
iniReadFile() can return NULL upon file read error or malloc error. Let's not crash if that happens.
Loading
Please register or sign in to comment
iniReadFile() can return NULL upon file read error or malloc error. Let's not crash if that happens.