syzkaller/pkg/csource
Dmitry Vyukov 0d7bd2e052 executor: initialize vhci early
We added initialize_vhci to all sandboxes so that we don't have
unused function warnings. We assumed it will fail silently,
but it fails loudly and crashes the whole machine on init,
so no fuzzing can happen with sandboxes other than none.
Initialize vhci earlier while we still have CAP_ADMIN.
As a nice side effect we now don't need to use syz_init_net_socket.
2020-08-12 11:03:32 +02:00
..
build.go Get rid of "Cross" in variable names 2020-05-13 13:05:41 +02:00
common.go executor: remove block comments 2020-08-04 16:53:31 +02:00
csource_test.go executor: add some code style checks 2020-08-06 15:27:41 +02:00
csource.go pkg/csource: add description of the generation process 2020-08-10 15:32:40 +02:00
gen.go all: mark auto-generated files 2020-07-29 12:55:55 +02:00
generated.go executor: initialize vhci early 2020-08-12 11:03:32 +02:00
options_test.go all: initialize vhci in linux 2020-07-30 11:33:48 +02:00
options.go all: initialize vhci in linux 2020-07-30 11:33:48 +02:00
race_test.go pkg/csource: fix test exit code 2018-05-07 20:40:44 +02:00