• src/sbbs3/js_cryptcon.c

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Mon Feb 15 16: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 Coverity

    Deuce said to just delete it. <shrug>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 16 04: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 wild
    and crazy things depending on how paranoid the free() implementation
    is.

    free(x64) instead... at least Coverity was happy though!

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Apr 4 11: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 first

    CID 319598

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