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

Commit 885295f0 authored by Stephen Crane's avatar Stephen Crane
Browse files

trusty: Add keymaster fuzzer corpus

Add an initial corpus for the keymaster fuzzer derived from running the
keystore2 unittests.

Test: adb shell "cd /data/fuzz/arm64/trusty_keymaster_fuzzer/ && ./trusty_keymaster_fuzzer corpus"
Bug: 175918322
Change-Id: I839bb9bacee1800cf2da25aedbb4ce3eccf16cba
parent 7cd1c031
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -16,4 +16,9 @@ cc_fuzz {
    name: "trusty_keymaster_fuzzer",
    defaults: ["trusty_fuzzer_defaults"],
    srcs: ["fuzz.cpp"],

    // The initial corpus for this fuzzer was derived by dumping messages from
    // the `secure_env` emulator interface for cuttlefish while running the
    // keystore2 tests in the emulator.
    corpus: ["corpus/*"],
}
+36 B

File added.

No diff preview for this file type.

+112 B

File added.

No diff preview for this file type.

+12 B

File added.

No diff preview for this file type.

+174 B

File added.

No diff preview for this file type.

Loading