diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2017-09-03 15:19:59 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2017-09-03 15:19:59 -0500 |
commit | 051d6cc19b79491861ff1b6a67175442ef8d1c07 (patch) | |
tree | 3816895c2acc287e8a5b008c42505ccdbff53ef2 /ANNOUNCE | |
parent | 61e0a3809185b84463a68df3dd39cdf004293c8c (diff) | |
download | libpng-051d6cc19b79491861ff1b6a67175442ef8d1c07.tar.gz |
[libpng16] Fixed incorrect typecast of some arguments to png_malloc() and
png_calloc() that were png_uint_32 instead of png_alloc_size_t
(Bug report by "irwir" in Github libpng issue #175).
Diffstat (limited to 'ANNOUNCE')
-rw-r--r-- | ANNOUNCE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -40,6 +40,9 @@ Version 1.6.33beta02 [September 3, 2017] Enabled ARM support in CMakeLists.txt (Bernd Kuhls). Version 1.6.33beta03 [September 3, 2017] + Fixed incorrect typecast of some arguments to png_malloc() and + png_calloc() that were png_uint_32 instead of png_alloc_size_t + (Bug report by "irwir" in Github libpng issue #175). Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit |