• src/syncterm/fonts.c

    From Deuc¿@VERT to Git commit to main/sbbs/master on Sun Mar 15 14:09:13 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/f40ca7f894338a6864c2ea93
    Modified Files:
    src/syncterm/fonts.c
    Log Message:
    Fix pointer decrement instead of value decrement in fonts.c

    "count--" decremented the int pointer itself instead of the pointed-to
    value when realloc failed. Changed to "(*count)--" to properly undo
    the preceding (*count)++ increment.

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Mar 21 09:08:52 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/d7dce873f833de883b8d4d5f
    Modified Files:
    src/syncterm/fonts.c
    Log Message:
    Don't allow a zero-length font name.

    It won't work anyway.

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