mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-09-13 05:38:57 -04:00
Refuse malformed/hostile wire input that could crash or corrupt the receiver: io.c (out-of-range file index, count*blength OFF_T overflow, read_args NUL room, deferred in_multiplexed), flist.c (sub-flist after the final flist is freed, FLAG_HLINKED on dirs / gated on preserve_hard_links, parent_ndx bound, cleared- slot ndx in the transfer phase), hlink.c (undeclared cross-flist gnum -> error not assert), match.c (clamp peer flength, re-check len before want_i), log.c (drop peer-reachable asserts and F_SUM deref), exclude.c (merge-file recursion cap, trailing-backslash heap fix), lib/pool_alloc.c (ASan redzone for pool underflow).