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

Commit 31c4e0ad authored by Devin Moore's avatar Devin Moore Committed by Automerger Merge Worker
Browse files

Merge "Add incoming threads to binder_bpBinderFuzz" am: 7c1c124b am:...

Merge "Add incoming threads to binder_bpBinderFuzz" am: 7c1c124b am: c7c3c933 am: 413c1f5f am: 44f00b06 am: b09c75bf

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



Change-Id: I55c9ff480a7b737ae88c7b60145ba389b93c0187
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f4b6b5fc b09c75bf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
    });

    sp<RpcSession> session = RpcSession::make();
    session->setMaxIncomingThreads(1);
    status_t status;
    for (size_t tries = 0; tries < 5; tries++) {
        usleep(10000);