Documentation
¶
Overview ¶
Package ossfuzzseeds writes Go native fuzz seeds as OSS-Fuzz seed corpus files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnencodableDynamicCorpusArgs = errors.New("dynamic corpus arguments can't be encoded for OSS-Fuzz")
ErrUnencodableDynamicCorpusArgs is returned when OSS-Fuzz's dynamic argument weight format can't exactly represent the requested dynamic argument lengths.
Functions ¶
func CorpusEntry ¶
CorpusEntry encodes one set of testing.F.Add arguments as a raw OSS-Fuzz seed corpus entry.
This is the lower-level encoder used by Helper.Add when FUZZ_CORPUS_DIR is set. Most fuzz targets should use New(f).Add(...) instead.
Types ¶
Click to show internal directories.
Click to hide internal directories.