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

Commit e3cdd294 authored by Tri Vo's avatar Tri Vo Committed by Gerrit Code Review
Browse files

Merge "trusty: Add keymaster fuzzer corpus"

parents 0c931aa9 885295f0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -20,4 +20,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