mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng15] Prevent libpng overwriting unused bits at the end of the image when
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.
This commit is contained in:
committed by
Glenn Randers-Pehrson
parent
5b84901c55
commit
fb5b3ac013
4
ANNOUNCE
4
ANNOUNCE
@@ -80,6 +80,10 @@ 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 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.
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
|
||||
(subscription required; visit
|
||||
|
||||
Reference in New Issue
Block a user