• src/sbbs3/fmsgdump.c

    From rswindell to CVS commit on Sunday, March 29, 2020 15:45:28
    src/sbbs3 fmsgdump.c 3.4 3.5
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv21303

    Modified Files:
    fmsgdump.c
    Log Message:
    Fix typo: Zones are colon-separated, not dot-separated.
    patch/bug-report by Mark Lewis.


  • From rswindell to CVS commit on Sunday, April 26, 2020 14:01:56
    src/sbbs3 fmsgdump.c 3.5 3.6
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv2374

    Modified Files:
    fmsgdump.c
    Log Message:
    Clarify that you'd normally use -c or -b, not both.

  • From Rob Swindell to Git commit to main/sbbs/master on Tuesday, March 01, 2022 22:43:08
    https://gitlab.synchro.net/main/sbbs/-/commit/4f11e1dff8fc6d37557e5b25
    Modified Files:
    src/sbbs3/fmsgdump.c
    Log Message:
    Better detection of correctly-null-terminated body text

    CID 229603
  • From Rob Swindell to Git commit to main/sbbs/master on Wednesday, March 09, 2022 20:57:47
    https://gitlab.synchro.net/main/sbbs/-/commit/d13003008ab5054d328ff480
    Modified Files:
    src/sbbs3/fmsgdump.c
    Log Message:
    Don't #include xpendian.h since we're not using it
  • From Rob Swindell to Git commit to main/sbbs/master on Thursday, March 17, 2022 00:04:53
    https://gitlab.synchro.net/main/sbbs/-/commit/2bf9c6cc04b6b2c3b1534585
    Modified Files:
    src/sbbs3/fmsgdump.c
    Log Message:
    Fix CID 229603: String not null terminated
  • From Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Sunday, December 24, 2023 00:31:24
    https://gitlab.synchro.net/main/sbbs/-/commit/cac4e0a10887592e196e77d6
    Modified Files:
    src/sbbs3/fmsgdump.c
    Log Message:
    Fix mem leak reported by cppcheck