pkg/cover/backend: check absolute path when cleaning path The arguments `objDir`and `srcDir` of cleanPath() are absolute paths, see osutil.Abs() calls in: * syz-cover: tools/syz-cover/syz-cover.go * syz-manager: pkg/mgrconfig/load.go However, when the `path` argument is not absolute, the first two checks of cleanPath (when file is built in path or when file was moved from builDir to srcDir) always evaluate to false. Instead use absolute path for those checks.
syzkaller ([siːzˈkɔːlə]) is an unsupervised coverage-guided kernel fuzzer.
Supported OSes: Akaros, FreeBSD, Fuchsia, gVisor, Linux, NetBSD, OpenBSD, Windows.
Mailing list: syzkaller@googlegroups.com (join on web or by email).
Found bugs: Akaros, Darwin/XNU, FreeBSD, Linux, NetBSD, OpenBSD, Windows.
Initially, syzkaller was developed with Linux kernel fuzzing in mind, but now it's being extended to support other OS kernels as well. Most of the documentation at this moment is related to the Linux kernel. For other OS kernels check: Akaros, Darwin/XNU, FreeBSD, Fuchsia, NetBSD, OpenBSD, Starnix, Windows, gVisor.
This is not an official Google product.