• src/sbbs3/chat.cpp getmsg.cpp getstats.c js_bbs.cpp js_file.c js_inter

    From Rob Swindell to Git commit to main/sbbs/master on Monday, February 15, 2021 03:01:46
    https://gitlab.synchro.net/main/sbbs/-/commit/9344a7d85398abd7d1223f2e
    Modified Files:
    src/sbbs3/chat.cpp getmsg.cpp getstats.c js_bbs.cpp js_file.c js_internal.c js_socket.c js_uifc.c main.cpp netmail.cpp prntfile.cpp sbbs.zip userdat.c websrvr.c src/xpdev/gen_defs.h
    Log Message:
    Address more Coverity issues

    Reverted the SAFECOPY() NULL source-pointer magic "(null)" string thing as that caused a different Coverity issue. Explicitly check for NULL at the call-sites instead.
  • From Rob Swindell to Git commit to main/sbbs/master on Monday, February 15, 2021 19:31:37
    https://gitlab.synchro.net/main/sbbs/-/commit/5e7baf931ab4bf3ada3eef80
    Modified Files:
    src/sbbs3/chat.cpp getmsg.cpp getstats.c js_bbs.cpp js_file.c js_internal.c js_socket.c js_uifc.c main.cpp netmail.cpp prntfile.cpp userdat.c websrvr.c src/xpdev/gen_defs.h
    Log Message:
    Address more Coverity issues

    Reverted the SAFECOPY() NULL source-pointer magic "(null)" string thing as that caused a different Coverity issue. Explicitly check for NULL at the call-sites instead.