mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 06:28:14 +03:00
Add package smtp as fuzzing target since its addition in previous commit
The previous commit fixed an array out of bounds access that resulted in a panic on an smtpserver connection. The panic is recovered and marked as "unhandled panic" in metrics and the connection closed.
This commit is contained in:
parent
f10bb2c1ae
commit
caaace403a
1
Makefile
1
Makefile
@ -78,6 +78,7 @@ fuzz:
|
||||
go test -fuzz . -parallel 1 -fuzztime 5m ./junk
|
||||
go test -fuzz FuzzParseRecord -fuzztime 5m ./mtasts
|
||||
go test -fuzz FuzzParsePolicy -fuzztime 5m ./mtasts
|
||||
go test -fuzz . -fuzztime 5m ./smtp
|
||||
go test -fuzz . -parallel 1 -fuzztime 5m ./smtpserver
|
||||
go test -fuzz . -fuzztime 5m ./spf
|
||||
go test -fuzz FuzzParseRecord -fuzztime 5m ./tlsrpt
|
||||
|
Loading…
x
Reference in New Issue
Block a user