CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2023/03/30 18:44:29
Modified files: usr.bin/ssh : monitor_wrap.c Log message: Check fd against >=0 instead of >0 in error path. The dup could in theory return fd 0 although currently it doesn't in practice. >From Dmitry Belyavskiy vi github PR#238.