CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2025/06/11 07:24:05
Modified files: usr.bin/ssh : readpass.c Log message: Improve termination condition of while loop to compare size_t's. Assuming read() does what it's supposed to this shouldn't matter, but should be more robust. Flagged by Coverity CID 470514, ok djm@