• src/sbbs3/js_cryptcon.c

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Mon Feb 15 21:33:43 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/b911ee032d83ac1660511ec8
    Modified Files:
    src/sbbs3/js_cryptcon.c
    Log Message:
    Remove dead code in js_cryptcon_get() - reported by CoverityDeuce said to just delete it. <shrug>
    --- SBBSecho 3.12-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Tue Feb 16 09:32:11 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/5a60ea6ee0b04500c53031bc
    Modified Files:
    src/sbbs3/js_cryptcon.c
    Log Message:
    Only patch I looked at in 68990cd was wrong.x points to the terminating NUL in x64. free()ing it would do wildand crazy things depending on how paranoid the free() implementationis.free(x64) instead... at least Coverity was happy though!
    --- SBBSecho 3.12-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sun Apr 4 15:13:57 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/a54308df042510fa7c6755be
    Modified Files:
    src/sbbs3/js_cryptcon.c
    Log Message:
    Don't use mode without checking if NULL firstCID 319598
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)