aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-04-09 10:09:39 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-04-09 08:32:54 +0000
commit828b7836fa16828b1972d47e38613c9fe72da36c (patch)
tree428a3e8fec6c61d0dd8e5af0ad3bced3c96f784f /docs/linux
parent1be1a06281dccada078a2a51e8b483811af8f596 (diff)
syz-manager: don't store whole CheckResult
Currently we store whole CheckResult in the manager and send it back to fuzzers. It is somewhat large for both storing in memory and sending each time to fuzzers. We already clear DisabledCalls in CheckResult before storing it to save space. But we also don't need to store/send EnabledSyscalls. Currently we use CheckResult.GlobFiles in the fuzzer to update prog package, but we don't need to do it. That's a leftover from "fuzzer in the VM" times. We don't generate programs in the fuzzer anymore. The only bit we really need it CheckResult.Features, so store/send just them.
Diffstat (limited to 'docs/linux')
0 files changed, 0 insertions, 0 deletions