CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/28 04:59:48
Modified files:
usr.bin/rsync : io.c
Log message:
In io_write_buf() adjust the calculation of the multiplex message size
so that the loop works even for buffers bigger than 0xffffff. The code
does not produce such big buffers but better make the code correct.
Reported by Blago Dachev (blago (at) dachev (dot) com)
OK benno@
