Subj : src/sbbs3/services.c To : Git commit to main/sbbs/master From : Rob Swindell (in GitKraken) Date : Sun Mar 12 2023 12:00 am https://gitlab.synchro.net/main/sbbs/-/commit/f40e7fbd4471344721a998e9 Modified Files: src/sbbs3/services.c Log Message: Fix a couple of potential NULL-pointer deferences in js_initcx() failure cases service_client->client is NULL in these failure/error cases, so get the protocol string from the service_client->service (which is not NULL) instead. .