Subj : src/conio/ciolib.c To : Git commit to main/sbbs/master From : Deucе Date : Sat Jan 04 2025 09:51 pm https://gitlab.synchro.net/main/sbbs/-/commit/da72f6c54b878abef631f0cf Modified Files: src/conio/ciolib.c Log Message: Fix possible NULL dereference Caught by scan-build. Not actually possible with any of the current backends, but the API would allow it to happen. .