• src/sbbs3/ftpsrvr.c mailsrvr.c main.cpp

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sun Jun 4 12:06:38 2023
    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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Thu Jul 11 17:32:21 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/6d01d683c9a87a909bfae902
    Modified Files:
    src/sbbs3/mqtt.c
    Log Message:
    Clear (set to 0) each server's "highwater" topic upon startup

    The other server stats (e.g. error_count, served) are zeroed upon startup, so the highwater mark should be zeroed too.