Some checksum buffer fixes.
authorWayne Davison <wayne@opencoder.net>
Wed, 30 Oct 2024 05:55:29 +0000 (22:55 -0700)
committerWayne Davison <wayne@opencoder.net>
Wed, 30 Oct 2024 06:06:34 +0000 (23:06 -0700)
commit0902b52f6687b1f7952422080d50b93108742e53
treebd5ee13ba6a8caa26b24720b74472fbb79cf2e15
parent9615a2492bbf96bc145e738ebff55bbb91e0bbee
Some checksum buffer fixes.

- Put sum2_array into sum_struct to hold an array of sum2 checksums
  that are each xfer_sum_len bytes.
- Remove sum2 buf from sum_buf.
- Add macro sum2_at() to access each sum2 array element.
- Throw an error if a sums header has an s2length larger than
  xfer_sum_len.
io.c
match.c
rsync.c
rsync.h
sender.c