• src/conio/bitmap_con.c src/syncterm/CHANGES

    From Deucе@VERT to Git commit to main/sbbs/master on Sat Sep 20 12:40:28 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/d9d781aa0f274145a193bca7
    Modified Files:
    src/conio/bitmap_con.c src/syncterm/CHANGES
    Log Message:
    Fix double-height blinking in Prestel mode

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sun Feb 22 09:28:23 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/599fdb59ebb5b533a37e8bb6
    Modified Files:
    src/conio/bitmap_con.c src/syncterm/CHANGES
    Log Message:
    Fix out of bounds reads/writes after movetext() cheats

    The calculation of the rows before/after a buffer split from movetext()
    was off by one, which would result in reads/writes after the allocated
    vmem under very specific circumstances.

    The most obvious case was from a clear screen after changing the font configuration on a screen that had scrolled.

    Should fix ticket 222, and maybe 223.

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