CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2022/03/30 15:10:25
Modified files: usr.bin/ssh : channels.c channels.h Log message: fix poll() spin when a channel's output fd closes without data in the channel buffer. Introduce more exact packing of channel fds into the pollfd array. fixes bz3405 and bz3411; ok deraadt@ markus@