don't try to match checksums of two blocks which are of unequal
authorAndrew Tridgell <tridge@samba.org>
Tue, 5 Jan 1999 06:31:58 +0000 (06:31 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 5 Jan 1999 06:31:58 +0000 (06:31 +0000)
commit496d9272c1b3094e4a1c31273af5401bac1720c0
tree07eab2c4f38fc2ea6168b4b5b6d4c0ff43a9e2c4
parent34d3eed4627bbb30ff77c92e2c055c3e5836de77
don't try to match checksums of two blocks which are of unequal
size. This explains the high false_alarms rate that I saw for one of
the sample data files used in my thesis.

The bug was harmless as the strong checksum easily caught all the
false matches but it's been bugging me as I couldn't explain it :)
match.c