Google Code Exporter
Google Code Exporter
``` What steps will reproduce the problem? mz_zip_writer_add_file(&zip_archive, "dir/", "dir/", NULL, 0, 0); What is the expected output? What do you see instead? Expected to see it read directory modified...
``` The simple PNG writer sets all of the rows to unfiltered '0' I've made a low-profile change to the method in miniz.c in my own code to accept a...
``` Projects using the latest trunk version of miniz.c on Mac OS X fail to build because of undefined symbols for `_fopen64`, `_fseeko64`, `_ftello64`, `_freopen64`. The attached patch (based on...
``` For libraries that want to use miniz internally without exporting its symbols. Fixes #7. ``` Original issue reported on code.google.com by `[email protected]` on 29 Sep 2013 at 12:37 Attachments:...
``` What steps will reproduce the problem? 1. replace "zlib.h" with "miniz.c" in tif_zip.c 2. compile and it will report "Z_BINARY is not defined" 3. What is the expected output?...
``` We run octane for our chip validation. we run using automation, results are generated in log, as our log buffer is too low, results are overwritten by different logs....
``` In base.js there is `var performance = performance || {};`. In IE and Safari the `var performance` is initialized as `undefined` which overwrites the built-in `performance` object and causes...
``` There is a memory leak when running pdfjs for extended periods of time. The problem is that the "canvas_logs" array keeps growing with each run. It should probably be...
``` I found something odd with the Splay benchmark. It create lots and lots of objects with properties, `array` and `string`, that are never accessed/modified whose `array` value is also...
``` To reproduce, increase the iteration count in code-load.js (say to 10000/1000): # d8 run-code-load.js --trace_gc [5650] 7 ms: Scavenge 2.1 (38.5) -> 2.1 (38.5) MB, 0.7 ms [allocation failure]....