tomaswolf commented on issue #891: URL: https://github.com/apache/mina-sshd/issues/891#issuecomment-4108863555
Thanks for reporting this. The SSH_MSG_IGNORE packet is built wrongly. Instead of SSH_MSG_IGNORE + (length of random data) + (random data) it just has SSH_MSG_IGNORE + (random data). Obviously we're lacking a regression test that would catch this. I'll fix this and make sure we have a regression test for this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
