aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/corpus/fenwik_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/corpus: update Programs List priority storageGrigory Bazilevich2026-02-151-0/+82
Static prefix sums have been replaced with a Fenwick tree. In the current syzkaller, program priority was set based on a Signal received by a single system call. This commit allows priority to be changed dynamically, making it possible to maintain priority based on Signals from all system calls. Signed-off-by: Grigory Bazilevich <g.bazilevich@ispras.ru>