• src/sbbs3/execmisc.cpp

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Wednesday, November 22, 2023 15:30:20
    https://gitlab.synchro.net/main/sbbs/-/commit/608283defd9d75ee84d9a015
    Modified Files:
    src/sbbs3/execmisc.cpp
    Log Message:
    Fix CID 462292 - possible NULL pointer deref (if realloc fails)

    ---
    þ 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 Sunday, January 12, 2025 19:35:31
    https://gitlab.synchro.net/main/sbbs/-/commit/5a25e3d065e684421c1e59ee
    Modified Files:
    src/sbbs3/execmisc.cpp
    Log Message:
    Use return value of datestr() for PCMS/Baja DATESTR function

    Similar bug fix as that just made to system.datestr()

    ---
    þ 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, January 13, 2025 21:10:37
    https://gitlab.synchro.net/main/sbbs/-/commit/22442872504b0b7f1501b234
    Modified Files:
    src/sbbs3/execmisc.cpp
    Log Message:
    Add missing closing bracket in #ifdef'd out code block

    Causing uncrustify (0.80) to assert:

    do_source_file: Parsing: execmisc.cpp as language CPP
    parse_cleanup(479): pc orig line is 1257, orig col is 55, Text() is ')', type is PAREN_CLOSE
    parse_cleanup(485): (frm.top().type + 1) is SQUARE_CLOSE
    parse_cleanup(492): File: execmisc.cpp, orig line is 1257, orig col is 55, Error: Unexpected ')' for 'SQUARE_OPEN', which was on line 1257

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