Skip to content
  • 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