wireguard-tools/src/fuzz
Jason A. Donenfeld ef117a91d1 netlink: remove libmnl requirement
It turns out that the binary actually gets smaller if we simply inline
the very small parts of libmnl that we need. Since we wind up needing
the mnlg bits anyway, there's little benefit in linking to libmnl.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2020-02-03 18:17:27 +01:00
..
.gitignore fuzz: add set and setconf fuzzers 2020-01-11 10:47:59 -05:00
Makefile netlink: remove libmnl requirement 2020-02-03 18:17:27 +01:00
cmd.c fuzz: add generic command argument fuzzer 2020-01-04 10:47:28 -05:00
config.c ipc: simplify inflatable buffer and add fuzzer 2020-01-04 15:07:10 +01:00
set.c netlink: remove libmnl requirement 2020-02-03 18:17:27 +01:00
setconf.c netlink: remove libmnl requirement 2020-02-03 18:17:27 +01:00
stringlist.c fuzz: add generic command argument fuzzer 2020-01-04 10:47:28 -05:00
uapi.c fuzz: add generic command argument fuzzer 2020-01-04 10:47:28 -05:00