CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/10/04 01:47:35
Modified files: usr.bin/ssh : nchan.c Log message: when the peer sends a channel-close message, make sure we close the local extended read fd (stderr) along with the regular read fd (stdout). Avoids weird stuck processed in multiplexing mode. Report and analysis by Nelson Elhage and Geoffrey Thomas in bz#2863 ok dtucker@ markus@