1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-13 17:18:06 -05:00
Simon Tatham c6d7ffda68 Fix crash in GSSAPI key exchange.
Introduced recently by commit 42740a54550476e, in which I decided to
call ssh_key_cache_str() even on certified host keys. But that call
was conditional on s->hkey being non-NULL (which happens in GSS KEX)
as well as on it not being certified, and I managed to absentmindedly
remove _both_ conditions. As a result we got a null-pointer
dereference on any GSS kex.
2022-08-30 18:09:39 +01:00
..
2021-06-27 13:52:48 +01:00
2021-06-27 13:52:48 +01:00
2022-08-03 20:48:46 +01:00
2022-08-03 20:48:46 +01:00
2022-08-03 20:48:46 +01:00
2022-08-03 20:48:46 +01:00