syzkaller/syz-fuzzer
Dmitry Vyukov 67234372ef prog: refactor target.MakeMmap
Make MakeMmap return more than 1 call.
This is a preparation for future changes.
Also remove addr/size as they are effectively
always the same and can be inferred from the target
(will also conflict with the future changes).
Also rename to MakeDataMmap to better represent
the new purpose: it's just some arbitrary mmap,
but rather mapping of the data segment.
2020-04-18 14:35:45 +02:00
..
fuzzer_test.go syz-fuzzer: add program priority in corpus 2019-09-24 11:26:49 +02:00
fuzzer.go prog: control program length 2020-03-13 13:16:53 +01:00
proc.go prog: control program length 2020-03-13 13:16:53 +01:00
testing.go prog: refactor target.MakeMmap 2020-04-18 14:35:45 +02:00
workqueue.go syz-fuzzer: don't break syscalls during minimization 2018-02-19 21:48:20 +01:00