Re: [PATCH] Bug fix for file comparison

2019-03-16 Thread Wayne Davison via rsync
On Thu, Mar 7, 2019 at 12:27 AM Florian Zumbiehl via rsync < rsync@lists.samba.org> wrote: > in the file comparison code: The > current code skips the unchanged_file() check when that check succeeded for > an earlier candidate, which could lead to accepting a file with a different > checksum as

[PATCH] Bug fix for file comparison

2019-03-07 Thread Florian Zumbiehl via rsync
Hi, below you find a patch fixing a bug in the file comparison code: The current code skips the unchanged_file() check when that check succeeded for an earlier candidate, which could lead to accepting a file with a different checksum as unchanged, for example. Please be aware that the patch is