mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-25 23:50:01 +00:00
[PR #1271] [MERGED] [IMPROVEMENT]Update LibPNG to 1.6.37 #2062
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1271
Author: @MatejMecka
Created: 6/28/2020
Status: ✅ Merged
Merged: 4/6/2021
Merged by: @cfsmp3
Base:
master← Head:feat/update-libpng📝 Commits (5)
e4728afUpdate LibPNG to 1.6.3756f4a1aUpdate CHANGES.TXT40329f3Update CHANGES.TXT4b40169Merge branch 'master' into feat/update-libpng60ed1c0Update CHANGES.TXT📊 Changes
22 files changed (+419 additions, -380 deletions)
View changed files
📝
docs/CHANGES.TXT(+1 -0)📝
src/thirdparty/libpng/png.c(+23 -30)📝
src/thirdparty/libpng/png.h(+141 -172)📝
src/thirdparty/libpng/pngconf.h(+9 -9)📝
src/thirdparty/libpng/pngdebug.h(+3 -3)📝
src/thirdparty/libpng/pngerror.c(+6 -6)📝
src/thirdparty/libpng/pngget.c(+3 -3)📝
src/thirdparty/libpng/pnginfo.h(+3 -3)📝
src/thirdparty/libpng/pngmem.c(+3 -3)📝
src/thirdparty/libpng/pngpread.c(+8 -8)📝
src/thirdparty/libpng/pngpriv.h(+32 -6)📝
src/thirdparty/libpng/pngread.c(+22 -16)📝
src/thirdparty/libpng/pngrio.c(+3 -3)📝
src/thirdparty/libpng/pngrtran.c(+78 -38)📝
src/thirdparty/libpng/pngrutil.c(+19 -20)📝
src/thirdparty/libpng/pngset.c(+6 -6)📝
src/thirdparty/libpng/pngstruct.h(+9 -3)📝
src/thirdparty/libpng/pngtrans.c(+6 -6)📝
src/thirdparty/libpng/pngwio.c(+3 -3)📝
src/thirdparty/libpng/pngwrite.c(+17 -17)...and 2 more files
📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Updated LibPNG to 1.6.37 from 1.6.35. This fixes CVE-2019-7317 in LibPNG.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.