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
..