Loading native/graphics/jni/Android.bp +7 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,13 @@ cc_fuzz { asan_options: [ "detect_odr_violation=1", ], hwasan_options: [ // 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. "allocator_may_return_null = 1", ], }, corpus: ["corpus/*"], host_supported: true, Loading Loading
native/graphics/jni/Android.bp +7 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,13 @@ cc_fuzz { asan_options: [ "detect_odr_violation=1", ], hwasan_options: [ // 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. "allocator_may_return_null = 1", ], }, corpus: ["corpus/*"], host_supported: true, Loading