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

Files

Latest commit

 

History

History

fuzze2e

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/fuzze2e
mkdir -p /tmp/fuzze2e
go-fuzz -procs 64 -bin fuzze2e-fuzz.zip -workdir /tmp/fuzze2e