mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng12] Issue a png_error() instead of a png_warning() when width is
potentially too large for the architecture, in case the calling application has overridden the default 1,000,000-column limit (fixes CVE-2014-9495 and CVE-2015-0973).
This commit is contained in:
4
ANNOUNCE
4
ANNOUNCE
@@ -44,6 +44,10 @@ Other information:
|
||||
Changes since the last public release (1.2.52):
|
||||
|
||||
version 1.2.53beta01 [RDATE%]
|
||||
Issue a png_error() instead of a png_warning() when width is
|
||||
potentially too large for the architecture, in case the calling
|
||||
application has overridden the default 1,000,000-column limit
|
||||
(fixes CVE-2014-9495 and CVE-2015-0973).
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
|
||||
Reference in New Issue
Block a user