[libpng15] Imported from libpng-1.5.6beta06.tar

This commit is contained in:
Glenn Randers-Pehrson
2011-10-17 07:58:24 -05:00
parent ecb3ad035a
commit f5c5e53bf5
14 changed files with 28 additions and 28 deletions

View File

@@ -3641,7 +3641,7 @@ Version 1.5.6beta06 [October 17, 2011]
twice results in inaccuracies that can't be easily fixed. There is now
a warning in the code if this is going to happen.
Turned on multiple png_read_update_info in pngvalid transform tests.
Prevent libpng overwriting unused bits at the end of the image when
Prevent libpng from overwriting unused bits at the end of the image when
it is not byte aligned, while reading. Prior to libpng-1.5.6 libpng would
overwrite the end of the image if the row width is not an exact multiple
of 8 bits and the image is not interlaced.