• src/sbbs3/wordwrap.c

    From Rob Swindell (on ChromeOS) to Git commit to main/sbbs/master on Fri Jun 23 17:50:20 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/68b2fa751eadf95750306077
    Modified Files:
    src/sbbs3/wordwrap.c
    Log Message:
    Sanity-check the oldlen argument value to wordwrap()

    If the oldlen param value is less than one, set to a sane non-zero value (79). Fix issue #576
  • From Rob Swindell (on Debian Linux)@rob@synchro.net to Git commit to main/sbbs/master on Thu Mar 5 19:33:08 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/b7b0c8b6a85e943d603c1442
    Modified Files:
    src/sbbs3/wordwrap.c
    Log Message:
    Address GCC warning about use of uninitialized variable

    wordwrap.c:544:33: warning: ‘prefix_bytes’ may be used uninitialized