Fix CVE-2017-1000126
CVE-2017-1000126 is a Stack out of bounds read in the WebP parser caused by the parameter size & filesize being too large, causing the parser to land in an infinite loop and eventually crash. Enforcing that the size over which the parser iterates is smaller than the file fixes this issue. This fixes #175.v0.27.3
parent
49db96cd58
commit
3c20cc06a9
Loading…
Reference in New Issue