Subj : src/sbbs3/js_console.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Tue Aug 06 2024 06:11 pm https://gitlab.synchro.net/main/sbbs/-/commit/049c18c41a02cf6a6934ecd5 Modified Files: src/sbbs3/js_console.cpp Log Message: Fix potential null object pointer passed to JS_GetProperty in js_gotoxy() I'm not sure under what script conditions this could happen, but apparently Nelgin was able to produce this null pointer deref (and segfault) using DDMsgReader. This should fix issue #769 .