ref: 429d50740ed0d898ddee88c975844d3d6ce1c2bc
parent: 0b1ef32b984d099cb45896329bd6aee71176827f
parent: 3ff6417a6ea8f9ef6e91ffc869324824e200714b
author: Harish Mahendrakar <harish.mahendrakar@ittiam.com>
date: Thu Jun 13 14:45:02 EDT 2019
Merge "vpx_dec_fuzzer: Add -fsanitize=fuzzer-no-link"
--- a/examples/vpx_dec_fuzzer.cc
+++ b/examples/vpx_dec_fuzzer.cc
@@ -32,7 +32,8 @@
* Note --size-limit and VPX_MAX_ALLOCABLE_MEMORY are defined to avoid
* Out of memory errors when running generated fuzzer binary
$../libvpx/configure --disable-unit-tests --size-limit=12288x12288 \
- --extra-cflags="-DVPX_MAX_ALLOCABLE_MEMORY=1073741824" \
+ --extra-cflags="-fsanitize=fuzzer-no-link \
+ -DVPX_MAX_ALLOCABLE_MEMORY=1073741824" \
--disable-webm-io --enable-debug --disable-vp8-encoder \
--disable-vp9-encoder --disable-examples