]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix assertion failure in host keys log message.
authorSimon Tatham <anakin@pobox.com>
Sun, 27 Mar 2016 13:59:18 +0000 (14:59 +0100)
committerSimon Tatham <anakin@pobox.com>
Sun, 27 Mar 2016 13:59:18 +0000 (14:59 +0100)
commit909a7af07c2410f454245f42bad67ec5b1096f84
treeaa924777fc34ab4cefc5fb8319c749cb365f7283
parenta8d466c0eaff83f01d1d7b4b105befe513c8cf6d
Fix assertion failure in host keys log message.

When Jacob introduced this message in d0d3c47a0, he was right to
assume that hostkey_algs[] and ssh->uncert_hostkeys[] were sorted in
the same order. Unfortunately, he became wrong less than an hour later
when I committed d06098622. Now we avoid making any such assumption.
ssh.c