mirror of
https://github.com/aler9/gortsplib
synced 2025-10-23 07:09:34 +08:00
fix infinite loop when parsing specially-crafted headers (#521)
This commit is contained in:
2
pkg/headers/testdata/fuzz/FuzzKeyValParse/15422aae47040b82
vendored
Normal file
2
pkg/headers/testdata/fuzz/FuzzKeyValParse/15422aae47040b82
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("=\"")
|
2
pkg/headers/testdata/fuzz/FuzzKeyValParse/32a837cd12bd2cfa
vendored
Normal file
2
pkg/headers/testdata/fuzz/FuzzKeyValParse/32a837cd12bd2cfa
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("=\x84")
|
Reference in New Issue
Block a user