• src/syncterm/ooii.c

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Mar 29 19:54:16 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/e2163396e725df54d32aa6b9
    Modified Files:
    src/syncterm/ooii.c
    Log Message:
    Guard against pathologically bad OO][ sequences.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Wed Mar 29 12:40:18 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/f96109e015f27d55f1469b78
    Modified Files:
    src/syncterm/ooii.c
    Log Message:
    Fix GCC 12.2 warningswarning: ‘checkStamp’ accessing 20 bytes in a region of size 11etc.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Mon Jul 3 20:26:18 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/a5fb9691e2fe0a1894e50cff
    Modified Files:
    src/syncterm/ooii.c
    Log Message:
    Fix GCC warning: ‘fptr’ may be used uninitialized in this functionThis does look like a false positive to me: the if clauses that use fptr appearto only cover the same values as the switch-case statements. But harmlessdefensive change here.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Feb 11 14:19:07 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/fcc6e569e1e4584cbf424c73
    Modified Files:
    src/syncterm/ooii.c
    Log Message:
    Since xp_play_sample() no longer takes a const buffer, we need to
    cast all the const buffers before passing them in and rely on
    runtime crashes to find bugs rather than compile-time errors.

    Thanks Microsoft. :D
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)