fuzz

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2018 License: MIT Imports: 1 Imported by: 0

README

This directory contains fuzz tests. It uses go-fuzz. Visit https://github.com/dvyukov/go-fuzz and install two packages, go-fuzz-build and go-fuzz. Then run:

go-fuzz-build github.com/yasushi-saito/go-dicom/fuzztest
mkdir -p /tmp/fuzz/corpus
cp -r ../examples/* /tmp/fuzz/corpus/
go-fuzz -bin fuzz-fuzz.zip -workdir /tmp/fuzz

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Fuzz

func Fuzz(data []byte) int

Types

This section is empty.

Jump to

Keyboard shortcuts

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