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

Commit 56e0264d authored by Aditya Wazir's avatar Aditya Wazir
Browse files

Refactored mkv_extractor_fuzzer

Following updates are done to the fuzzer:
1. Video tracks have been added to corpus for the following video Codec IDs:
'V_MPEGH/ISO/HEVC', 'V_MPEG4/ISO/ASP', 'V_AV1', 'V_MJPEG'
 and 'V_MS/VFW/FOURCC'.
2. Audio tracks have been added to corpus for the following audio Codec IDs:
'A_OPUS', 'A_FLAC', 'A_MPEG/L2', 'A_PCM/INT/LIT', 'A_PCM/INT/BIG'
and 'A_MS/ACM'.
3. Coverage improved from 74% to 82%.

exec/s: 620
Test: ./mkv_extractor_fuzzer corpus/
Bug: 318031917

Change-Id: I70761c44b3aca9f5e89d006ae64e9220bce3679b
parent 273b25cd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -189,6 +189,8 @@ cc_fuzz {
    ],

    dictionary: "mkv_extractor_fuzzer.dict",

    corpus: ["corpus/*"],
}

cc_fuzz {
+98.6 KiB

File added.

No diff preview for this file type.

+283 KiB

File added.

No diff preview for this file type.

+267 KiB

File added.

No diff preview for this file type.

+131 KiB

File added.

No diff preview for this file type.

Loading