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

Commit e5d769ef authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge changes I4fea720d,Ic1ba3906

* changes:
  binder_rpc_fuzzer: add corpus entry
  binder_rpc_fuzzer: introduce sleep
parents 1de5e144 0866773d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ cc_fuzz {
    fuzz_config: {
        cc: ["smoreland@google.com"],
    },
    corpus: ["corpus/*"],
    dictionary: "binder_rpc_fuzzer.dict",

    srcs: [
+84 B

File added.

No diff preview for this file type.

+2 −0
Original line number Diff line number Diff line
@@ -158,6 +158,8 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
        }
    }

    usleep(10000);

    if (hangupBeforeShutdown) {
        connections.clear();
        while (!server->listSessions().empty() || server->numUninitializedSessions()) {