mirror of
https://github.com/aler9/gortsplib
synced 2025-11-03 03:03:31 +08:00
add fuzz tests (#234)
This commit is contained in:
3
pkg/base/testdata/fuzz/FuzzBodyUnmarshal/4f09e183fc071686
vendored
Normal file
3
pkg/base/testdata/fuzz/FuzzBodyUnmarshal/4f09e183fc071686
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
go test fuzz v1
|
||||
string("-1")
|
||||
[]byte("")
|
||||
3
pkg/base/testdata/fuzz/FuzzBodyUnmarshal/9ee66b42b76b593e
vendored
Normal file
3
pkg/base/testdata/fuzz/FuzzBodyUnmarshal/9ee66b42b76b593e
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
go test fuzz v1
|
||||
string("A")
|
||||
[]byte("")
|
||||
3
pkg/base/testdata/fuzz/FuzzBodyUnmarshal/b7287f24b43f09a1
vendored
Normal file
3
pkg/base/testdata/fuzz/FuzzBodyUnmarshal/b7287f24b43f09a1
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
go test fuzz v1
|
||||
string("1000000")
|
||||
[]byte("0")
|
||||
Reference in New Issue
Block a user