diff options
| author | 2022-07-28 17:40:47 +0000 | |
|---|---|---|
| committer | 2022-07-28 17:40:47 +0000 | |
| commit | 44f00b060c3c6b85227bbafe37701a8fe504f474 (patch) | |
| tree | 23de350598166e4e06f72e73577b2ae65fd61797 | |
| parent | 14f1db706cb29a596684606e7d7802f721fa6a09 (diff) | |
| parent | 413c1f5f73e165b8d72d16d0755f97d3ce18867d (diff) | |
Merge "Add incoming threads to binder_bpBinderFuzz" am: 7c1c124bb6 am: c7c3c933a3 am: 413c1f5f73
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2167822
Change-Id: Idf9907d2158d699769d09aecb8307a0f09fb120e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | libs/binder/tests/unit_fuzzers/BpBinderFuzz.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/binder/tests/unit_fuzzers/BpBinderFuzz.cpp b/libs/binder/tests/unit_fuzzers/BpBinderFuzz.cpp index e77c55c669..910c9dc25c 100644 --- a/libs/binder/tests/unit_fuzzers/BpBinderFuzz.cpp +++ b/libs/binder/tests/unit_fuzzers/BpBinderFuzz.cpp @@ -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); |