Open GoogleCodeExporter opened 9 years ago
Same problem here, did you catch it?
Original comment by werner.p...@gmail.com
on 15 Dec 2014 at 3:55
Thanks weichence. I'm going to have an android dev environment setup at work
soon, so I should be able to try reproducing this.
Original comment by richge...@gmail.com
on 15 Dec 2014 at 4:10
Small information:
it fails line 1463:
if (counter) { TINFL_CR_RETURN_FOREVER(36, TINFL_STATUS_FAILED); }
counter is set to 1 by the line above, where out_buf_size_mask = -1
((out_buf_size_mask + 1) < (size_t)(1U << (8U + (r->m_zhdr0 >> 4))))
Original comment by werner.p...@gmail.com
on 15 Dec 2014 at 4:16
Hi Rich:
I got it working, it turned out to be some stupid copy/paste mistake I made
when trying to further simplify your code.
Original comment by weiche...@gmail.com
on 15 Dec 2014 at 4:16
Got it working now as well. The Keil compiler didn't like the initialization of
the following array:
tdefl_write_image_to_png_file_in_memory_ex
mz_uint8 pnghdr[41]
Original comment by werner.p...@gmail.com
on 16 Dec 2014 at 12:04
Original issue reported on code.google.com by
weiche...@gmail.com
on 24 Oct 2014 at 3:36