1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00
wezterm/wezterm-ssh
Wez Furlong f56069e279
wezterm-ssh: fix occasional segv on libssh shutdown
The shutdown is due to an openssl race condition:
refs: https://github.com/openssl/openssl/issues/6214

which is worked around by explicitly telling it not
to shutdown at process exit in:
refs: https://github.com/sfackler/rust-openssl/pull/1324

The mitigation is in the updated libssh crate, so bump it
to pull it in.

This makes `cargo nextest run` run clean for me on linux.
2023-03-23 13:44:00 -07:00
..
examples fixup build for pty api change 2022-08-12 08:45:02 -07:00
src rustfmt 2023-03-21 08:08:03 -07:00
tests wezterm-ssh: tidy up test output 2023-03-23 12:59:02 -07:00
Cargo.toml wezterm-ssh: fix occasional segv on libssh shutdown 2023-03-23 13:44:00 -07:00
LICENSE.md Add missing license files 2022-08-17 07:19:12 -07:00