Subj : src/sbbs3/js_file.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Sat Sep 21 2024 01:08 pm https://gitlab.synchro.net/main/sbbs/-/commit/6ba59a06b546c1ed0e3b2b8b Modified Files: src/sbbs3/js_file.c Log Message: 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. .