Skip to content
Snippets Groups Projects
  1. Mar 24, 2020
  2. Mar 23, 2020
  3. Mar 22, 2020
  4. Mar 21, 2020
    • rswindell's avatar
      Edit sbbsecho.ini (SBBSecho v3 config file) instead of sbbsecho.cfg · b472a25c
      rswindell authored
      Fixed capitalization and description of "SBBSecho".
      b472a25c
    • rswindell's avatar
      Address warnings in function 'zmodem_duplicate_callback' using SAFEPRINTF: · a03b660d
      rswindell authored
      term.c:1033:23: warning: '%s' directive writing up to 4096 bytes into a region of size between 0 and 4096 [-Wformat-overflow=]
      term.c:1033:5: note: 'sprintf' output between 2 and 8194 bytes into a destination of size 4097
      term.c: In function 'xmodem_download':
      term.c:1503:23: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=]
      term.c:1503:5: note: 'sprintf' output 2 or more bytes (assuming 4098) into a destination of size 4097
      term.c:1543:25: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=]
      term.c:1543:7: note: 'sprintf' output 2 or more bytes (assuming 4098) into a destination of size 4097
      term.c:1585:23: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=]
      term.c:1585:5: note: 'sprintf' output 2 or more bytes (assuming 4098) into a destination of size 4097
      
      Apparently removed some trailing whitespace characters too (thanks, Geany!).
      a03b660d
    • rswindell's avatar
      Address warnings In function 'change_settings' (using SAFEPRINTF): · 5515f45e
      rswindell authored
      bbslist.c:1336:44: warning: '%s' directive writing up to 1024 bytes into a region of size 536 [-Wformat-overflow=]
      bbslist.c:1336:3: note: 'sprintf' output between 25 and 1049 bytes into a destination of size 560
      bbslist.c:1342:44: warning: '%s' directive writing up to 1023 bytes into a region of size 376 [-Wformat-overflow=]
      bbslist.c:1342:3: note: 'sprintf' output between 25 and 1048 bytes into a destination of size 400
      bbslist.c:1343:44: warning: '%s' directive writing up to 1023 bytes into a region of size 296 [-Wformat-overflow=]
      bbslist.c:1343:3: note: 'sprintf' output between 25 and 1048 bytes into a destination of size 320
      bbslist.c:1344:44: warning: '%s' directive writing up to 4096 bytes into a region of size 216 [-Wformat-overflow=]
      bbslist.c:1344:3: note: 'sprintf' output between 25 and 4121 bytes into a destination of size 240
      bbslist.c:1345:45: warning: '%s' directive writing up to 1024 bytes into a region of size 136 [-Wformat-overflow=]
      bbslist.c:1345:3: note: 'sprintf' output between 25 and 1049 bytes into a destination of size 160
      5515f45e
  5. Mar 20, 2020
  6. Mar 19, 2020
  7. Mar 18, 2020
    • rswindell's avatar
      Address issue raised by Rampage (SESTAR): · c6272c0b
      rswindell authored
      Newly posted replies (by the current user) did not appear in the message list.
      The message list was never re-loaded: I added a Ctrl-R command key to reload
      the message list manually and it's also automatically reloaded when replying
      via a public-posted message (email replies don't force a reload).
      
      The sub-board's last-read pointer is also updated whenever the current msg
      selection is moved, even if the message isn't read or previewed. This paves
      the way for the internal message reader to possibly track to the current
      message selected in the msglist module upon exit.
      
      Included in here is a work-around for the (just-fixed) MsgBase.get_index/
      get_all_msg_headers() bug where the msgbase status header was not re-read
      before determining the max number of messages to load. That work-around will
      be removed eventually.
      c6272c0b
Loading