wheybags / freeablo

[ARCHIVED] Modern reimplementation of the Diablo 1 game engine
GNU General Public License v3.0
2.16k stars 195 forks source link

Fixed a vulnerability in libpng external library #504

Closed j-thy closed 2 years ago

j-thy commented 3 years ago

libpng, an external library used in this project, was subject to vulnerability CVE-2017-12652. This has been patched out in current versions of libpng, but the version in this project still contains the vulnerability. The commit in this pull request patches out said vulnerability, and matches the commit that patches out the vulnerability in the libpng project.