Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

Latest commit

 

History

History

fuzzpdu

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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