CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2020/05/01 00:31:42
Modified files: usr.bin/ssh : scp.c Log message: when receving a file in sink(), be careful to send at most a single error response after the file has been opened. Otherwise the source() and sink() can become desyncronised. Reported by Daniel Goujot, Georges-Axel Jaloyan, Ryan Lahfa, and David Naccache. ok deraadt@ markus@