mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng17] Worked around a false-positive Coverity issue in pngvalid.c.
This commit is contained in:
5
ANNOUNCE
5
ANNOUNCE
@@ -1,5 +1,5 @@
|
||||
|
||||
Libpng 1.7.0beta77 - January 12, 2016
|
||||
Libpng 1.7.0beta77 - January 13, 2016
|
||||
|
||||
This is not intended to be a public release. It will be replaced
|
||||
within a few weeks by a public version or by another test version.
|
||||
@@ -1172,7 +1172,7 @@ Version 1.7.0beta76 [January 7, 2016]
|
||||
Fixed new Coverity defect, potential NULL dereference of "ps" in pngwutil.c
|
||||
Added temporary workaround for Coverity "Dead code" defect.
|
||||
|
||||
Version 1.7.0beta77 [January 12, 2016]
|
||||
Version 1.7.0beta77 [January 13, 2016]
|
||||
Fixed new Coverity defect, another NULL dereference of "ps" in pngwutil.c
|
||||
Prevent the CMINFO optimization code from running twice on any PNG IDAT
|
||||
stream longer than 2048 bytes; the second time could overwrite bytes
|
||||
@@ -1212,6 +1212,7 @@ Version 1.7.0beta77 [January 12, 2016]
|
||||
there is an unrelated bug which means that lower zlib memLevels result
|
||||
in memory corruption under some circumstances, probably less often
|
||||
than 1:1000.
|
||||
Worked around a false-positive Coverity issue in pngvalid.c.
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
|
||||
Reference in New Issue
Block a user