Hi
I've found a bug in libPNG in Android 5.0. It doesn't seem to have been fixed in MR1.
Where should something like that be upstreamed? AOSP, Skia, or libpng project?
How often does Skia grab a new version of libpng? Because it seems AOSP doesn't update that often at all.
I'm currently checking libpng 1.6.11-1.6.17 to see if it's been fixed in libpng already, or if they at least know about it.
/Henrik
----------------------------------------------------------------------
Intel Sweden AB
Registered Office: Knarrarnasgatan 15, 164 40 Kista, Stockholm, Sweden
Registration Number: 556189-6027
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
Leon, FYI, libpng homepage warns about a vulnerability in versions between 1.6.9 and 1.6.15. Perhaps an update to 1.6.16 is in order nonetheless?
See http://www.libpng.org/pub/png/libpng.html
/Henrik
From: Smiding, Henrik
Sent: Monday, February 16, 2015 5:17 PM
To: 'Leon Scroggins'; Mike Klein
Cc: skia-d...@googlegroups.com
Subject: RE: libpng bug
It seems to be in code added by AOSP, to support indexing and seekable PNGs.
I guess it’s enough to upstream to AOSP, as soon as I have a patch.
/Henrik