syzkaller/pkg/instance
Dmitry Vyukov dc89691385 pkg/instance: fix boot error detection
Currently we truncate output up to rep.EndPos after unexpected reboot.
But report sets EndPos to the _last_ report in output,
so if there are any other errors they are all skipped after
truncation to EndPos. Truncate just one line instead.
2019-03-17 18:06:44 +01:00
..
instance_test.go pkg/instance: fix gometalinter warnings 2018-08-29 17:54:51 -07:00
instance.go pkg/instance: fix boot error detection 2019-03-17 18:06:44 +01:00