commit | ba9a690d26e258b8c00f71b6ffc6e371aa155a7f | [log] [tgz] |
---|---|---|
author | Leon Scroggins III <scroggo@google.com> | Mon Jan 11 11:35:10 2021 -0500 |
committer | Leon Scroggins III <scroggo@google.com> | Thu Jan 14 12:26:51 2021 -0500 |
tree | 8b4d3066ea94a59c6e054a6309d4334cd18c6c52 | |
parent | c72d0fb15d3d663531483cd0bc33c3e268e00a58 [diff] |
fuzz_imagedecoder: ignore allocation failures Bug: 142252770 Bug: 169137236 Bug: 169139756 Test: this Image decoders may attempt to allocate a large amount of memory (especially if the encoded image is large). This doesn't necessarily mean there is a bug. Set allocator_may_return_null = 1 for hwasan so the fuzzer can continue running. Change-Id: Ib750a142e28d01144036409786e631dfb783283f