]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Add code for fuzzing netlink
authorStephen Worley <sworley@cumulusnetworks.com>
Thu, 19 Jul 2018 19:21:29 +0000 (15:21 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Sat, 21 Jul 2018 04:06:38 +0000 (00:06 -0400)
commit81a2f870dda76dd2fca64fea159ba05e41981d7f
treef6209133d66370d8ebe993fb74e6ec9898370fe9
parent7087ced7add0978047fa9df0ad62f47134109a69
zebra: Add code for fuzzing netlink

This code allows you to fuzz the netlink listening socket
in zebra by --enable-fuzzing and passing the -w [FILE]
option when running zebra.

File collection is stored in /var/run/frr/netlink_*
where each number is just a counter to keep the
files distinct.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/kernel_netlink.c
zebra/kernel_netlink.h
zebra/main.c