Loading cmds/installd/tests/fuzzers/InstalldServiceFuzzer.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,8 @@ bool force_compile_without_image() { } // namespace android extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { // TODO(b/183141167): need to rewrite 'dump' to avoid SIGPIPE. signal(SIGPIPE, SIG_IGN); auto service = sp<InstalldNativeService>::make(); fuzzService(service, FuzzedDataProvider(data, size)); return 0; Loading Loading
cmds/installd/tests/fuzzers/InstalldServiceFuzzer.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,8 @@ bool force_compile_without_image() { } // namespace android extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { // TODO(b/183141167): need to rewrite 'dump' to avoid SIGPIPE. signal(SIGPIPE, SIG_IGN); auto service = sp<InstalldNativeService>::make(); fuzzService(service, FuzzedDataProvider(data, size)); return 0; Loading