mirror of
https://github.com/aler9/gortsplib
synced 2025-10-07 16:10:59 +08:00
enable errcheck
This commit is contained in:
@@ -186,6 +186,6 @@ func FuzzRequestUnmarshal(f *testing.F) {
|
||||
|
||||
f.Fuzz(func(t *testing.T, b []byte) {
|
||||
var req Request
|
||||
req.Unmarshal(bufio.NewReader(bytes.NewBuffer(b)))
|
||||
req.Unmarshal(bufio.NewReader(bytes.NewBuffer(b))) //nolint:errcheck
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user