syzkaller/syz-fuzzer
Andrey Konovalov 87815d9d32 ipc: fix ProgInfo usage
We used to use len([]CallInfo) to check both, whether the slice is nil or
whether its length is zero. Since ProgInfo is not a slice, we need a
separate check for nil.
2018-11-22 19:30:04 +01:00
..
2018-11-22 13:49:50 +01:00
2018-11-22 19:30:04 +01:00
2018-11-22 13:49:50 +01:00