syzkaller/syz-manager
Dmitry Vyukov f9b6950728 syz-manager: don't accept excessive amounts of inputs for a single call
From time to time we get corpus explosion due to different reason:
generic bugs, per-OS bugs, problems with fallback coverage, kcov bugs, etc.
This has bad effect on the instance and especially on instances
connected via hub. Do some per-syscall sanity checking to prevent this.
2020-01-15 18:04:24 +01:00
..
cover.go pkg/cover: hierarchical coverage reports 2019-07-26 19:32:14 +02:00
html.go syz-manager: don't accept excessive amounts of inputs for a single call 2020-01-15 18:04:24 +01:00
hub.go syz-manager: don't send more than 100K inputs to hub 2020-01-15 18:04:24 +01:00
manager.go syz-manager: don't accept excessive amounts of inputs for a single call 2020-01-15 18:04:24 +01:00
rpc.go syz-manager: don't accept excessive amounts of inputs for a single call 2020-01-15 18:04:24 +01:00
stats.go syz-manager: don't show hub stats if hub is not enabled 2020-01-05 11:46:34 +01:00