CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/12/18 07:47:20
Modified files:
usr.bin/ssh : channels.c channels.h
Log message:
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@