syzkaller/pkg
Dmitry Vyukov 66cf309385 executor, pkg/csource: make fd numbers consistent
Currently when executor creates fd's it gets: 0, 3, 4.
When tun is enabled: 3, 4, 5.
For C programs: 3, 4, 5.
When run is enabled: 4, 5, 6.

Theoretically it should not matter,
but these fd numbers are probably sometimes are used as data.
So make them consistent in all these cases (3, 4, 5).
2018-02-26 15:54:02 +01:00
..
ast pkg/compiler: allow unions as syscall arguments 2018-02-23 13:50:02 +01:00
compiler pkg/compiler: fix alignment corner case 2018-02-25 14:44:29 +01:00
config pkg/config: provide SaveData function 2017-11-16 10:10:12 +01:00
cover syz-fuzzer: prioritize signal from successful syscalls 2018-02-20 20:51:41 +01:00
csource executor, pkg/csource: make fd numbers consistent 2018-02-26 15:54:02 +01:00
db syz-manager, syz-fuzzer: allow re-minimizing/re-smashing inputs 2017-12-18 14:10:56 +01:00
email pkg/email: handle emails without Content-Type header 2018-01-24 19:37:00 +01:00
gce syz-manager: send public web addr to dashboard 2017-12-04 11:58:55 +01:00
gcs vm/gce: accept un-tar-ed image 2017-06-17 17:06:29 +02:00
git dashboard/app: collect more info for better reports 2018-01-17 19:52:30 +01:00
hash pkg/hash: allow to hash multiple byte slices 2017-07-21 10:06:46 +02:00
host sys: move test syscalls to a separate target 2017-12-17 11:39:14 +01:00
ifuzz pkg/ifuzz: use serializer 2017-09-04 20:25:22 +02:00
ipc sys/linux: fix mmap call args 2018-02-20 10:54:03 +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/report: handle syzkaller binaries 2017-12-12 13:29:45 +01:00
report pkg/report: add format for "workqueue leaked lock or atomic" crashes 2018-02-20 11:21:33 +01:00
repro prog: reorder Minimize arguments 2018-02-19 21:48:20 +01:00
rpctype syz-fuzzer: prioritize signal from successful syscalls 2018-02-20 20:51:41 +01:00
serializer all: initial support for fuchsia 2017-09-20 21:19:29 +02:00
signal syz-fuzzer: prioritize signal from successful syscalls 2018-02-20 20:51:41 +01:00
symbolizer pkg/osutil: don't leace runaway processes 2017-11-16 12:48:02 +01:00