cni

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FuzzAdd

func FuzzAdd(data []byte) int

FuzzAdd sends fuzzed data into the cni CmdAdd function The input data is considered:

  • uninteresting if is caught by an existing error
  • interesting if it does not result in an error, input priority increases for subsequent fuzzing
  • discard if it will not unmarshall, so we don't just end up testing the json.Unmarshall function

func FuzzDel

func FuzzDel(data []byte) int

FuzzDel sends fuzzed data into the cni CmdDel function The input data is considered:

  • uninteresting if is caught by an exesting error
  • interesting if it does not result in an error, input priority increases for subsequent fuzzing
  • discard if it will not unmarshall, so we don't just end up testing the json.Unmarshall function

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL