syzkaller/pkg
Dmitry Vyukov 29b0fd90e6 pkg/report: include Maintainers into report
Currently getting a complete report requires a complex,
multi-step dance (including getting information that
external users are not interested in -- guilty file).

Simplify interface down to 2 functions: Parse and Symbolize.
Parse does what it did before, Symbolize symbolizes report
and fills in maintainers. This simplifies both implementations
of Reporter interface and all users of the interface.

Potentially we could get this down to 1 function Parse
that does everything. However, (1) Symbolize can fail,
while Parse cannot, (2) usually we want to ignore (log)
Symbolize errors, but otherwise proceed with the report,
(3) repro does not need symbolization for all but the
last report.
2017-11-29 18:24:30 +01:00
..
ast pkg/ast: fix TestParseAll 2017-10-19 10:45:27 +02:00
compiler pkg/compiler: add check that len does not refer to array with varlen elements 2017-11-28 14:55:21 +01:00
config pkg/config: provide SaveData function 2017-11-16 10:10:12 +01:00
cover pkg/cover: move from cover 2017-06-17 14:41:15 +02:00
csource sys/linux: open files from /proc 2017-11-27 09:08:59 +01:00
db all: use consistent file permissions 2017-07-03 14:00:47 +02:00
email pkg/email: ignore missing To: header 2017-11-22 12:03:31 +01:00
gce vm/gce: fix boot output capture 2017-11-22 17:56:48 +01:00
gcs vm/gce: accept un-tar-ed image 2017-06-17 17:06:29 +02:00
git pkg/git: fix branch during fetch 2017-11-17 14:17:47 +01:00
hash pkg/hash: allow to hash multiple byte slices 2017-07-21 10:06:46 +02:00
host sys/linux: open files from /proc 2017-11-27 09:08:59 +01:00
ifuzz pkg/ifuzz: use serializer 2017-09-04 20:25:22 +02:00
ipc pkg/osutil: don't leace runaway processes 2017-11-16 12:48:02 +01:00
kd pkg/kd: add KD protocol decoder 2017-09-28 16:53:58 +02:00
kernel sys/linux: add binder descriptions 2017-11-27 15:09:30 +01:00
log pkg/log: fix tests with -count>0 2017-08-09 10:24:34 +02:00
osutil pkg/osutil: properly set gid for sandboxing 2017-11-17 14:28:45 +01:00
report pkg/report: include Maintainers into report 2017-11-29 18:24:30 +01:00
repro pkg/report: include Maintainers into report 2017-11-29 18:24:30 +01:00
rpctype syz-fuzzer: fix manager polling 2017-10-23 09:59:39 +02:00
serializer all: initial support for fuchsia 2017-09-20 21:19:29 +02:00
symbolizer pkg/osutil: don't leace runaway processes 2017-11-16 12:48:02 +01:00