Limit ImageDecoder fuzzer's desired size to prevent OOM.
The fuzzer started requesting sizes of 27648x7936 which quickly lead to OOM situations. This limits the max size to 4096x4096 for resizes. We will probably need to limit decodes to this size eventually. R=chcunningham Fixed: 1169376 Change-Id: I3f7bbf5b56fe96a45771eada1779657476c12ffa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643566 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#845850}
Showing
Please register or sign in to comment