syzkaller/pkg/host
Dmitry Vyukov fcb219b67e all: don't compare string len with 0
For strings it's more readable to compare the string itself with "",
instead of comparing len with 0. Fix all such cases.

Update #1876
2020-07-04 15:05:30 +02:00
..
features_linux.go csource, executor: add usb emulation feature 2020-04-03 12:42:06 +02:00
features.go pkg/host: increase executor setup timeout 2020-06-29 07:13:19 +02:00
host_akaros.go fuzzer: speed up syscall support detection 2019-01-08 16:06:27 +01:00
host_darwin.go fuzzer: speed up syscall support detection 2019-01-08 16:06:27 +01:00
host_freebsd.go pkg/host: rename some features 2019-11-16 09:58:54 +01:00
host_fuchsia.go fuzzer: speed up syscall support detection 2019-01-08 16:06:27 +01:00
host_netbsd.go sys/netbsd: support multiple vHCI buses (#1822) 2020-06-13 12:10:16 +02:00
host_openbsd.go pkg/host: rename some features 2019-11-16 09:58:54 +01:00
host_test.go pkg/host: add Features.Supported 2019-11-16 09:58:54 +01:00
host_windows.go fuzzer: speed up syscall support detection 2019-01-08 16:06:27 +01:00
syscalls_linux_test.go pkg/host: add support for linux/riscv64 2020-06-26 16:41:30 +02:00
syscalls_linux.go all: don't compare string len with 0 2020-07-04 15:05:30 +02:00
syscalls.go prog: refactor ANY to not fabricate new types 2020-05-05 14:01:52 +02:00