From 34dc92fe58b5c9762d3d94d46738b8df0df7357f Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Thu, 18 Mar 2021 10:13:06 +0100 Subject: [PATCH] todos --- TODO.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 92c16f6403..8a12d2cbea 100644 --- a/TODO.md +++ b/TODO.md @@ -8,15 +8,14 @@ - [x] A macro crate with derive directives (e.g. for SerdeAny impl). - [ ] Good documentation - [ ] LLMP brotli compression -- [ ] Timeouts (timeout observer, objective) - [ ] AFL-Style Forkserver Executor -- [ ] Restarting EventMgr could use forks on unix +- [x] Restarting EventMgr could use forks on unix - [ ] Android Ashmem support - [ ] Restart Count in Fuzzing Loop - [ ] LAIN / structured fuzzing example - [ ] Errors in the Fuzzer should exit the fuzz run - [ ] More informative outpus, deeper introspection (stats, what mutation did x, etc.) -- [ ] Timeouts for executors +- [x] Timeouts for executors - [ ] Timeout handling for llmp clients (no ping for n seconds -> treat as disconnected) - [ ] LLMP Cross Machine Link (2 brokers connected via TCP) - [ ] "Launcher" example that spawns broker + n clients