CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/19 23:47:25
Modified files:
usr.bin/ssh : channels.c channels.h
Log message:
cap channel input buffer size at 16MB; avoids high memory use when
peer advertises a large window but is slow to consume the data we
send (e.g. because of a slow network)
reported by Pierre-Yves David
fix with & ok markus@
