aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources/invalid_images/sigsegv_favicon_2.ico
Commit message (Collapse)AuthorAge
* Add tests (and fix!) for known bad ICO files.Gravatar scroggo2014-11-10
We previously saw crashes decoding bad ICO files. Add tests for known bad files. While testing, I learned that one of them still crashes. Check for large offset and size separately to fix the crash. BUG=skia:2878 Review URL: https://codereview.chromium.org/712123002