commit | bcc1f62715f8005684ac6b798d0d54224394e975 | [log] [tgz] |
---|---|---|
author | Tom Taylor <tomtaylor@google.com> | Thu Dec 01 12:20:44 2016 -0800 |
committer | Tom Taylor <tomtaylor@google.com> | Thu Dec 01 12:20:44 2016 -0800 |
tree | eb94a98116f76e3341a9a581967717903c13aacb | |
parent | 1bc276100f18e5092b4bc270add5902c1de29356 [diff] |
32322450 Security Vulnerability - heap buffer overflow in libgiftranscode.so * No range checking was done on the background color index. Add range checking and bail if the color index is out of range. * Test Manual - tested sending the gif attached in the bug. - tested sending a 3.5mb gif to verify the gif transcoding was taking place. - tested on arm64, arm, and x86 devices. Change-Id: Id16ddccf05c8472ddebc1284b2a928dafd1be551 Fixes: 32322450