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

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

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

parents 898dacf7 7c1c124b
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);