"Aaron Schulz" posted a comment on MediaWiki.r111701. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/111701#c31051
Commit summary for MediaWiki.r111701: (bug 34428) Fixed hash mismatch errors in DiffHistoryBlob::patch() by simulating LibXDiff's broken Adler-32 implementation. Aaron Schulz's comment: <pre> + // The real Adler-32 checksum of this string is zero, so it + // initialises the state to the LibXDiff initial value. </pre> This is confusing, it seems to be saying that the checksum for anything is 0. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
