]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
ssh_pkt_defersend: don't call do_ssh2_transport when using SSH-1.
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 1 May 2016 17:16:22 +0000 (19:16 +0200)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 1 May 2016 17:16:22 +0000 (19:16 +0200)
commit8a2797cf0f32de5f2814609a3a64dd4c7dd63457
treec3278866e40030a740f54da7529f86d9db3c5600
parent561f97874b48ba2043e9043e57b5b904cd26dbf7
ssh_pkt_defersend: don't call do_ssh2_transport when using SSH-1.

Also add an assertion to do_ssh2_transport to catch this.

This bug would be highly unlikely to manifest accidentally, but I
think you could trigger it by setting the data-based rekey threshold
very low.
ssh.c