]> granicus.if.org Git - libvpx/commit
Added libFuzzer plugin to test decoders
authorHarish Mahendrakar <harish.mahendrakar@ittiam.com>
Fri, 9 Nov 2018 22:12:07 +0000 (14:12 -0800)
committerHarish Mahendrakar <harish.mahendrakar@ittiam.com>
Wed, 14 Nov 2018 19:05:04 +0000 (11:05 -0800)
commit6cb8d8a2b1be08b51f65bf38ce1e699698315138
tree2fbf794822fe421ade7ccf59388c812201c44656
parentc66fe1a8930cf1ad43b38dd7cb88f8ae0139b0b2
Added libFuzzer plugin to test decoders

vpx_dec_fuzzer.cc can be built with clang++ to generate fuzzer binary
Build instructions are part of the file

Change-Id: I19ba0bd49b236e27b27e81a83f6de59f15bdc994
examples/vpx_dec_fuzzer.cc [new file with mode: 0644]