• src/uifc/uifcx.c

    From rswindell@VERT to CVS commit on Tuesday, October 10, 2017 00:17:13
    src/uifc uifcx.c 1.29 1.30
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/tmp/cvs-serv16733

    Modified Files:
    uifcx.c
    Log Message:
    Add printf member functoin to stdio versoin of uifc. This was causing echocfg v3 to crash when used with the '-iD' option. Oops.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Tuesday, February 20, 2018 10:49:16
    src/uifc uifcx.c 1.32 1.33
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/tmp/cvs-serv18769

    Modified Files:
    uifcx.c
    Log Message:
    NUL terminate helpbuf after reading from file... it still needs the NUL
    in the file though, or it will output garbage.

    -- coverity



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, March 16, 2018 19:21:17
    src/uifc uifcx.c 1.33 1.34
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/tmp/cvs-serv23214

    Modified Files:
    uifcx.c
    Log Message:
    Address coverity-scan defect (unterminated string).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, February 01, 2019 13:52:05
    src/uifc uifcx.c 1.35 1.36
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/tmp/cvs-serv32261

    Modified Files:
    uifcx.c
    Log Message:
    Fix Windows build after most recent changes.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, February 01, 2019 13:59:07
    src/uifc uifcx.c 1.36 1.37
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/home/rswindell/sbbs/src/uifc

    Modified Files:
    uifcx.c
    Log Message:
    Removed strupr() - conflicts with xpdev/genwrap.*



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, March 24, 2020 23:06:32
    src/uifc uifcx.c 1.37 1.38
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/tmp/cvs-serv10840

    Modified Files:
    uifcx.c
    Log Message:
    Refactor the pop() method to erase the last pop-message without leaving the cursor in a weird place (e.g. in column 79).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, March 30, 2020 02:30:37
    src/uifc uifcx.c 1.38 1.39
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/home/rswindell/sbbs/src/uifc

    Modified Files:
    uifcx.c
    Log Message:
    Resolve warning: field width specifier '*' expects argument of type 'int'



    ---
    þ 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 Tuesday, February 14, 2023 23:07:07
    https://gitlab.synchro.net/main/sbbs/-/commit/3cc370b33a3537c1d21add2d
    Modified Files:
    src/uifc/uifcx.c
    Log Message:
    Create a (very simple) showbuf() implementation for the stdio uifc

    ---
    þ 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 Tuesday, February 14, 2023 23:38:53
    https://gitlab.synchro.net/main/sbbs/-/commit/aa33f300fba7019efbbf5de9
    Modified Files:
    src/uifc/uifcx.c
    Log Message:
    showbuf() definition needs a name for the first arg for MSVC

    ... but not for GCC or Clang interestingly enough.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Saturday, March 25, 2023 18:46:50
    https://gitlab.synchro.net/main/sbbs/-/commit/5a8e1dfd9e1dbd38e637fc74
    Modified Files:
    src/uifc/uifcx.c
    Log Message:
    Make ulist() tolerant of NULL 'cur' parameter value and 'title'

    Running 'scfg -id -w' would crash due to NULL pointer dereference and display prompts with a "[(null)]" title. Fixed.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Sunday, March 26, 2023 12:57:50
    https://gitlab.synchro.net/main/sbbs/-/commit/4ed077e4ff59ea7008716a86
    Modified Files:
    src/uifc/uifcx.c
    Log Message:
    0-init local variable, fixes CID 451057

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Sunday, June 11, 2023 14:33:40
    https://gitlab.synchro.net/main/sbbs/-/commit/999c097c49ba2b102a3a41ee
    Modified Files:
    src/uifc/uifcx.c
    Log Message:
    Fix GCC warning: ignoring return value of `vasprintf'

    ... declared with attribute `warn_unused_result'

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