CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/20 17:53:40
Modified files:
usr.bin/ssh : ssh-keyscan.c
Log message:
When poll(2) returns -1, for some error conditions pfd[].revents is
not cleared. There are subtle errors in various programs.
In this particular case, the program should error out.
ok djm millert
