mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1148] [CLOSED] [FIX] Update LibPNG #1935
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/1148
Author: @sampoder
Created: 12/11/2019
Status: ❌ Closed
Base:
master← Head:updatelibpng📝 Commits (10+)
b7c011eCreate info.md3e623d6Add files via upload2312c24Update7231547Rename info.md to README.mdd4d8edfDelete InstallCCExtractor.zip313a80cAdd files via upload32bd703fix bugs40563ffMerge branch 'master' of https://github.com/sampoder/ccextractorcee6f69Update InstallCCExtractorMacGUI.zip1e94d44Create placeholder.md📊 Changes
24 files changed (+40041 additions, -37747 deletions)
View changed files
➕
src/libpng/png.5(+84 -0)📝
src/libpng/png.c(+4607 -4614)📝
src/libpng/png.h(+3247 -3278)📝
src/libpng/pngconf.h(+623 -623)📝
src/libpng/pngdebug.h(+153 -153)📝
src/libpng/pngerror.c(+963 -963)📝
src/libpng/pngget.c(+1249 -1249)📝
src/libpng/pnginfo.h(+267 -267)📝
src/libpng/pngmem.c(+284 -284)📝
src/libpng/pngpread.c(+1096 -1096)📝
src/libpng/pngpriv.h(+2152 -2126)📝
src/libpng/pngread.c(+4225 -4219)📝
src/libpng/pngrio.c(+120 -120)📝
src/libpng/pngrtran.c(+5044 -5004)📝
src/libpng/pngrutil.c(+4681 -4682)📝
src/libpng/pngset.c(+1802 -1802)📝
src/libpng/pngstruct.h(+489 -483)➕
src/libpng/pngtest.c(+2158 -0)📝
src/libpng/pngtrans.c(+864 -864)➕
src/libpng/pngusr.dfa(+14 -0)...and 4 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):
This update is very important as it fixes a security vulnerability in png_image_free(). It also fixes bugs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.