Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / media / liboggz / README_MOZILLA
blobbcb3d31ed9b56d83f00d90f4de294894e8c3714c
1 The source from this directory was copied from the liboggz-0.9.7
2 source distribution using the update.sh script. The only changes made
3 were those applied by update.sh, which applies a patch from
4 seek.patch, and the addition/upate of Makefile.in files for the
5 Mozilla build system.
7 The seek.patch address a bug in liboggz when a seek call returns an
8 error. It also addresses an issue where the guess for the seek
9 position can exceed the file size. These will be upstreamed to liboggz.
11 The warning.patch addresses a printf in liboggz that is not wrapped
12 in a DEBUG #ifdef. See Mozilla bug 450891 and Annodex ticket 431:
14 http://trac.annodex.net/ticket/431
16 The oggz_off_t.patch fixes a compile error on Solaris see bug 449754
17 for details