Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88d48da8 authored by Akhilesh Sanikop's avatar Akhilesh Sanikop
Browse files

Refactored mp4_extractor_fuzzer

The following are the updates to the fuzzer:
1. Added seed corpus for the fuzzer
2. Improved Coverage of HeifCleanAperture.cpp from 0% to 94%
3. Updated mp4_extractor_fuzzer.dict

exec/s: 2000
Test: ./mp4_extractor_fuzzer corpus_mp4/
Bug: 330090246

Change-Id: I1b7db5f9a8e0971ff791af068f81cc6cec59df96
parent 6faf6193
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -134,6 +134,8 @@ cc_fuzz {
    ],

    dictionary: "mp4_extractor_fuzzer.dict",

    corpus: ["corpus_mp4/*"],
}

cc_fuzz {
@@ -202,7 +204,6 @@ cc_fuzz {
        "ogg_extractor_fuzzer.cpp",
    ],


    static_libs: [
        "libstagefright_metadatautils",
        "libvorbisidec",
Loading