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
Loading