Skip to content
Snippets Groups Projects
Commit 3941612e authored by rswindell's avatar rswindell
Browse files

Clear the ssh_session a little later to stop receive errors during SSH connect.

Fixed warning: converting to non-pointer type ‘CRYPT_SESSION {aka int}’ from NULL.
Fix the race-condition crash Deuce reported:
<Deuce> #0  0x0000000802478d51 in pthread_mutex_destroy () from /lib/libthr.so.3
<Deuce> #1  0x0000000800d4e4fa in RingBufFree ()
<Deuce> #2  0x0000000800d27148 in passthru_input_thread ()
The output RingBuf can't be destroyed while the passthru_input_thread is still
running.
parent 59444d6e
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