mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng17] Updated CHANGES and ANNOUNCE, removed trailing blanks from *.c *.h
This commit is contained in:
parent
616ed1197b
commit
5db709d83c
5
ANNOUNCE
5
ANNOUNCE
@ -970,8 +970,9 @@ Version 1.7.0beta69 [November 24, 2015]
|
||||
png_handle_pCAL() (Bug report by John Regehr).
|
||||
Avoid conditionally compiling parts of statements in png.c (suggested
|
||||
by flaviommedeiros).
|
||||
Fixed bug recently introduced in png_set_PLTE() that uses png_ptr
|
||||
not info_ptr.
|
||||
Fixed incorrect implementation of png_set_PLTE() that uses png_ptr
|
||||
not info_ptr, that left png_set_PLTE() open to the CVE-2015-8126
|
||||
vulnerability.
|
||||
Added pngvalid --transform --interlace test. This increases code
|
||||
coverage by generating test cases with smaller length rows as a
|
||||
result of the interlacing. Without this packswap handling was
|
||||
|
||||
5
CHANGES
5
CHANGES
@ -5269,8 +5269,9 @@ Version 1.7.0beta69 [November 24, 2015]
|
||||
png_handle_pCAL() (Bug report by John Regehr).
|
||||
Avoid conditionally compiling parts of statements in png.c (suggested
|
||||
by flaviommedeiros).
|
||||
Fixed bug recently introduced in png_set_PLTE() that uses png_ptr
|
||||
not info_ptr.
|
||||
Fixed incorrect implementation of png_set_PLTE() that uses png_ptr
|
||||
not info_ptr, that left png_set_PLTE() open to the CVE-2015-8126
|
||||
vulnerability.
|
||||
Added pngvalid --transform --interlace test. This increases code
|
||||
coverage by generating test cases with smaller length rows as a
|
||||
result of the interlacing. Without this packswap handling was
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user