Loading libs/binder/tests/rpc_fuzzer/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ cc_fuzz { fuzz_config: { cc: ["smoreland@google.com"], }, corpus: ["corpus/*"], dictionary: "binder_rpc_fuzzer.dict", srcs: [ Loading libs/binder/tests/rpc_fuzzer/corpus/special_transaction 0 → 100644 +84 B File added.No diff preview for this file type. View file libs/binder/tests/rpc_fuzzer/main.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -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()) { Loading Loading
libs/binder/tests/rpc_fuzzer/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ cc_fuzz { fuzz_config: { cc: ["smoreland@google.com"], }, corpus: ["corpus/*"], dictionary: "binder_rpc_fuzzer.dict", srcs: [ Loading
libs/binder/tests/rpc_fuzzer/corpus/special_transaction 0 → 100644 +84 B File added.No diff preview for this file type. View file
libs/binder/tests/rpc_fuzzer/main.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -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()) { Loading