aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/fuzz/set.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* netlink: remove libmnl requirementJason A. Donenfeld2020-02-031-1/+0
| | | | | | | | 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>
* fuzz: add set and setconf fuzzersJason A. Donenfeld2020-01-111-0/+57
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>