CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/10/02 19:03:45
Modified files:
regress/usr.bin/ssh: modpipe.c
Log message:
If write() returned short, the subsequent write would restart from the
beginning of the buffer not the end of what was written. Fix, since
we want modpipe to corrupt data for testing purposes deliberately not
accidentally. ok djm@
