• src/syncterm/webget.c

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Feb 9 16:23:13 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/acef5f71018165db1152a71a
    Modified Files:
    src/syncterm/webget.c
    Log Message:
    Fix harmless Coverity issue.

    There's no need to set line = NULL since it's always overwritten.
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Fri Feb 7 16:38:22 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/c35aa0bcc2e5fb6a073fd945
    Modified Files:
    src/syncterm/webget.c
    Log Message:
    Fix two (more) bugs with Web Lists

    1 - If cache-control header had more than one option, an infinite
    loop would occur.
    2 - For TLS, if the remote closes the connection after the transfer,
    a "Complete" error would occur.

    Together, these should fox ticket 191
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)