Subj : src/sbbs3/ftpsrvr.c mailsrvr.c main.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Sun Jun 04 2023 12:06 pm https://gitlab.synchro.net/main/sbbs/-/commit/94d6be4538a465a3740cc2c9 Modified Files: src/sbbs3/ftpsrvr.c mailsrvr.c main.cpp Log Message: Fix more potential null-ptr-derefs in use of gethostbyname() No known sightings of these sites actually being the location of a segfault, but as we learned from the segfaults in rblchk(), the first entry in the h_addr_list can be NULL in some cases. .