Closed
Bug 1491467
Opened 7 years ago
Closed 7 years ago
Update in-tree libpng to version 1.6.35
Categories
(Core :: Graphics: ImageLib, defect, P3)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
()
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
Changes since the last public release (1.6.34):
* Restored 21 of the contrib/pngsuite/i*.png, which do not cause test failures. Placed the remainder in contrib/pngsuite/interlaced/i*.png.
* Added calls to png_set_*() transforms commonly used by browsers to the fuzzer.
* Removed some unnecessary brackets in pngrtran.c
* Fixed miscellaneous typos (Patch by github user "luzpaz").
* Change "ASM C" to "C ASM" in CMakeLists.txt
* Fixed incorrect handling of bKGD chunk in sub-8-bit files
* Added hardware optimization directories to zip and 7z distributions.
* Fixed incorrect bitmask for options.
* Fixed many spelling typos.
* Make png_get_iCCP consistent with man page (allow compression-type argument to be NULL, bug report by Lenard Szolnoki).
* Replaced the remaining uses of png_size_t with size_t
* Fixed the calculation of row_factor in png_check_chunk_length (reported by Thuan Pham in SourceForge issue #278)
* Added missing parentheses to a macro definition (suggested by "irwir" in GitHub issue #216)
| Assignee | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Attachment #9009282 -
Attachment description: Bug 1491467 - Update libpng to 1.6.35. r=jrmuizel → Bug 1491467 - Update libpng to 1.6.35. r?aosmond
Comment 2•7 years ago
|
||
Comment on attachment 9009282 [details]
Bug 1491467 - Update libpng to 1.6.35. r?aosmond
Andrew Osmond [:aosmond] has approved the revision.
Attachment #9009282 -
Flags: review+
Pushed by rvandermeulen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4e5643db5a23
Update libpng to 1.6.35. r=aosmond
Comment 4•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•