• src/syncterm/ooii.c

    From deuce@VERT to CVS commit on Thursday, February 01, 2018 00:38:58
    src/syncterm ooii.c 1.17 1.18
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv4719

    Modified Files:
    ooii.c
    Log Message:
    Remove unused variables.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Monday, March 29, 2021 19:54:16
    https://gitlab.synchro.net/main/sbbs/-/commit/e2163396e725df54d32aa6b9
    Modified Files:
    src/syncterm/ooii.c
    Log Message:
    Guard against pathologically bad OO][ sequences.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Wednesday, March 29, 2023 12:40:18
    https://gitlab.synchro.net/main/sbbs/-/commit/f96109e015f27d55f1469b78
    Modified Files:
    src/syncterm/ooii.c
    Log Message:
    Fix GCC 12.2 warnings

    warning: `checkStamp' accessing 20 bytes in a region of size 11
    etc.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Monday, July 03, 2023 20:26:18
    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 function

    This does look like a false positive to me: the if clauses that use fptr appear to only cover the same values as the switch-case statements. But harmless defensive change here.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Sunday, February 11, 2024 14:19:07
    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

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net