[PATCH]: Fix off-by-one error in xdelta
From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2005-02-18 23:49:59 CET
If we had a source_len of 1, and a target_len of >1, and source didn't
You only get matches this small when source length % blocksize ==
Rather than try to keep that complicated logic in there, which was
We can always add some more complex logic back later to decide whether
I also converted the apr_uint32_t's to apr_size_t to match what
I'll commit this in a few hours, giving someone time to pick nits if
(Changelog included in patch)
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.