Skip to content
  • rswindell's avatar
    Apparent fix for SSH cryptlib session leak (leading to eventual · 02e7accd
    rswindell authored
    'Resource/space exhausted' errors in TLS and SSH:
    The wrong ssh_session is being passed to cryptDestroySession() in
    sbbs_t::hangup() (introduced in rev 1.615), this call to cryptDestorySession()
    fails (returns -1, bad param) thus leaving the actual
    ssh_session never destroyed (leaked).
    02e7accd