CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/31 23:40:13
Modified files:
usr.bin/ssh : channels.c
Log message:
Actually set pollfd.events correctly for socket type channels;
previously we were throwing away the events we computed if the
channel had a c->sock distinct from it's other read and write
fds. Fortunately, it appears that this case happens rarely, if
ever.
Reported by Darafei Praliaskouski via GHPR660
