Skip to content
Snippets Groups Projects
Commit 02e7accd authored by rswindell's avatar rswindell
Browse files

Apparent fix for SSH cryptlib session leak (leading to eventual

'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).
parent b7bf183b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment