• src/sbbs3/js_cryptcon.c

    From Rob Swindell to Git commit to main/sbbs/master on Monday, February 15, 2021 21:33:43
    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>
  • From Deuc╨╡ to Git commit to main/sbbs/master on Tuesday, February 16, 2021 09:32:11
    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!
  • From Rob Swindell to Git commit to main/sbbs/master on Sunday, April 04, 2021 15:13:57
    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