diff --git a/irc_test.go b/irc_test.go index aa3f7c7..ad19d6c 100644 --- a/irc_test.go +++ b/irc_test.go @@ -7,6 +7,10 @@ import ( "time" ) +func TestParserCrash1(t *testing.T) { + Fuzz([]byte("pRIVMSG \x01ACTION\x01")) +} + func TestConnectionEmtpyServer(t *testing.T) { irccon := IRC("go-eventirc", "go-eventirc") err := irccon.Connect("")