crewjam / rfc5424

a Go library that can read and write RFC-5424 syslog messages
BSD 2-Clause "Simplified" License
18 stars 14 forks source link

Adding Fuzz harnesses for ReadFrom and UnmarshalBinary #6

Closed brompwnie closed 4 years ago

brompwnie commented 4 years ago

This PR adds two Go-Fuzz harnesses for ReadFrom and UnmarshalBinary.

crewjam commented 4 years ago

Cool! thanks for contributing.