]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: stricter handling of channel window limits
authordjm@openbsd.org <djm@openbsd.org>
Mon, 18 Dec 2023 14:47:20 +0000 (14:47 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 18 Dec 2023 14:52:55 +0000 (01:52 +1100)
commit0cb50eefdd29f0fec31d0e71cc4b004a5f704e67
tree8bca2581bdf5d716cd55395c079167e9b708d58d
parent4448a2938abc76e6bd33ba09b2ec17a216dfb491
upstream: stricter handling of channel window limits

This makes ssh/sshd more strict in handling non-compliant peers that
send more data than the advertised channel window allows. Previously
the additional data would be silently discarded. This change will
cause ssh/sshd to terminate the connection if the channel window is
exceeded by more than a small grace allowance.

ok markus@

OpenBSD-Commit-ID: 811e21b41831eba3dd7f67b3d409a438f20d3037
channels.c
channels.h