More corpus

Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
This commit is contained in:
Jeroen Simonetti 2019-04-18 14:21:24 +02:00
parent 4096e6c437
commit b8fc3fb8aa
17 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@
package rtnetlink
func Fuzz(data []byte) int {
//return fuzzLinkMessage(data)
return fuzzLinkMessage(data)
//return fuzzAddressMessage(data)
//return fuzzRouteMessage(data)
return fuzzNeighMessage(data)
//return fuzzNeighMessage(data)
}
func fuzzLinkMessage(data []byte) int {

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.