mirror of
https://github.com/soypat/lneto.git
synced 2026-08-16 21:03:25 +00:00
Add fuzz tests, rename fuzz tests and fix panic found by fuzzing (#72)
* begin adding better fuzz test * finish adding working fuzzer * implement mutateipv4 * fuzzer finds a panic in ICMP client on receive empty payload * rename fuzz tests to reflect fuzz methodology
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
go test fuzz v1
|
||||
int64(36)
|
||||
int64(-34)
|
||||
int64(-32)
|
||||
@@ -0,0 +1,4 @@
|
||||
go test fuzz v1
|
||||
int64(692)
|
||||
int64(-66)
|
||||
int64(-115)
|
||||
@@ -0,0 +1,4 @@
|
||||
go test fuzz v1
|
||||
int64(28)
|
||||
int64(2)
|
||||
int64(3)
|
||||
@@ -0,0 +1,4 @@
|
||||
go test fuzz v1
|
||||
int64(-1)
|
||||
int64(0)
|
||||
int64(94)
|
||||
@@ -0,0 +1,4 @@
|
||||
go test fuzz v1
|
||||
int64(-36)
|
||||
int64(2)
|
||||
int64(3)
|
||||
@@ -0,0 +1,4 @@
|
||||
go test fuzz v1
|
||||
int64(296)
|
||||
int64(-16)
|
||||
int64(-12)
|
||||
@@ -0,0 +1,4 @@
|
||||
go test fuzz v1
|
||||
int64(-774)
|
||||
int64(-138)
|
||||
int64(-206)
|
||||
@@ -0,0 +1,4 @@
|
||||
go test fuzz v1
|
||||
int64(12)
|
||||
int64(-1)
|
||||
int64(115)
|
||||
@@ -0,0 +1,4 @@
|
||||
go test fuzz v1
|
||||
int64(-53)
|
||||
int64(0)
|
||||
int64(94)
|
||||
Reference in New Issue
Block a user