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-netdicom/fuzzpdu mkdir -p /tmp/fuzzpdu go-fuzz -bin fuzzpdu-fuzz.zip -workdir /tmp/fuzzpdu Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Fuzz(data []byte) int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Fuzz ¶ func Fuzz(data []byte) int Types ¶ This section is empty. Source Files ¶ View all Source files fuzzpdu.go Click to show internal directories. Click to hide internal directories.