CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2025/03/19 00:11:15
Modified files: usr.bin/ssh : scp.c Log message: Prevent theoretical NULL deref in throughlocal_sftp. Coverity CID 405019, although at the moment it's not reachable. ok djm@