[Xapian-commits] 14082: trunk/xapian-core/ trunk/xapian-core/backends/chert/ trunk/xapian-core/backends/flint/
olly
xapian-commits at lists.xapian.org
Thu Feb 25 10:37:28 GMT 2010
SVN root: svn://svn.xapian.org/xapian
Changes by: olly
Revision: 14082
Date: 2010-02-25 10:37:28 +0000 (Thu, 25 Feb 2010)
Log message (6 lines):
backends/chert/chert_table.cc,backends/flint/flint_table.cc:
Initialise z_stream members zalloc, zfree, and opaque with Z_NUL
rather than 0 cast to the appropriate type, as that's what the zlib
documentation says to do. Add missing initialisation of opaque for
the inflate z_stream which the docs say is needed, though reading
the zlib code, isn't actually for current versions.
Modified files:
U trunk/xapian-core/ChangeLog
U trunk/xapian-core/backends/chert/chert_table.cc
U trunk/xapian-core/backends/flint/flint_table.cc
Links:
http://xapian.org/C?14082
http://xapian.org/C?14082?trunk/xapian-core/ChangeLog
http://xapian.org/C?14082?trunk/xapian-core/backends/chert/chert_table.cc
http://xapian.org/C?14082?trunk/xapian-core/backends/flint/flint_table.cc
More information about the Xapian-commits
mailing list