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

Commit 7c1c124b authored by Devin Moore's avatar Devin Moore Committed by Gerrit Code Review
Browse files

Merge "Add incoming threads to binder_bpBinderFuzz"

parents 50ad8420 68303214
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);