Added system_id_extractor_fuzzer

exec/s: 316
Test: ./system_id_extractor_fuzzer
Bug: 265234582

Change-Id: I9ef8d2747f875bfe287fff51edc90c862a4f4d66
This commit is contained in:
kunal rai
2023-01-17 11:55:13 +05:30
committed by Akshata Kadam
parent d581265e79
commit 41a6f51c13
4 changed files with 616 additions and 0 deletions

View File

@@ -75,3 +75,9 @@ cc_fuzz {
srcs: ["content_decryption_fuzzer.cpp"],
defaults: ["libcdm_fuzzer_defaults"],
}
cc_fuzz {
name: "system_id_extractor_fuzzer",
srcs: ["system_id_extractor_fuzzer.cpp"],
defaults: ["libcdm_fuzzer_defaults"],
}