commit | ac8375d000d6a895888b825896fb1db4987879b7 | [log] [tgz] |
---|---|---|
author | John Bowler <jbowler@acm.org> | Thu Oct 06 22:27:16 2011 -0500 |
committer | Glenn Randers-Pehrson <glennrp@shaggy.simplesystems.org> | Thu Oct 06 22:27:16 2011 -0500 |
tree | 08e18db466fb51c81b0dc2ede1047f714f12d67a | |
parent | 65c0339b5c73dcc29f19896dd310c4491df62677 [diff] |
[libpng15] Align png_struct::row_buf - previously it was always unaligned, caused by a bug in the code that attempted to align it; the code needs to subtract one from the pointer to take account of the filter byte prepended to each row.