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

Commit 21d39748 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge changes I4fea720d,Ic1ba3906 am: e5d769ef am: 6877c0e8 am: 8e039c06

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1861919

Change-Id: I53aa4579a7976373c903a218a90b30e524342abd
parents 8c607231 8e039c06
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()) {