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/fuzze2e mkdir -p /tmp/fuzze2e go-fuzz -procs 64 -bin fuzze2e-fuzz.zip -workdir /tmp/fuzze2e 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 fuzze2e.go Directories ¶ Show internal Expand all Path Synopsis fuzzmain Click to show internal directories. Click to hide internal directories.