simon-git: putty (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sat Sep 29 13:17:45 BST 2018
TL;DR:
fb07fccf Fix failure to handle SSH_MSG_EXTENDED_DATA.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2018-09-29 13:17:45
commit fb07fccf2dbd28ea7e3e1771d25e0378b2a28e56
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=fb07fccf2dbd28ea7e3e1771d25e0378b2a28e56;hp=57553bdaaca9a85e6dbee255f5d121a506b6b085
Author: Simon Tatham <anakin at pobox.com>
Date: Sat Sep 29 13:09:47 2018 +0100
Fix failure to handle SSH_MSG_EXTENDED_DATA.
I left this message type code out of the list in the outer switch in
ssh2_connection_filter_queue for messages with the standard handling
of an initial recipient channel id. The inner switch had a perfectly
good handler for extended data, but the outer one didn't pass the
message on to that handler, so it went back to the main coroutine and
triggered a sw_abort for an unexpected packet.
ssh2connection.c | 1 +
1 file changed, 1 insertion(+)
More information about the tartarus-commits
mailing list