]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix a mismerge in kex null-pointer checks.
authorSimon Tatham <anakin@pobox.com>
Mon, 22 Jun 2015 18:36:57 +0000 (19:36 +0100)
committerSimon Tatham <anakin@pobox.com>
Mon, 22 Jun 2015 18:36:57 +0000 (19:36 +0100)
commit06946b4d4b3816fc2b26dd650a0b9d379fabdd85
treed0211c5aefa72aa4ac2e46062fd52450821af59b
parentbe9e5ea0a05782df2aa455853d6e1e2efe4772b8
Fix a mismerge in kex null-pointer checks.

I removed a vital line of code while fixing the merge conflicts when
cherry-picking 1eb578a488a71284d6b18e46df301e54805f2c35 as
26fe1e26c0f7ab42440332882295667d4a0ac500, causing Diffie-Hellman key
exchange to be completely broken because the server's host key was
never constructed to verify the signature with. Reinstate it.
ssh.c