mirror of
https://github.com/bluenviron/mediamtx.git
synced 2026-01-10 04:11:59 -08:00
update golangci-lint (#3149)
This commit is contained in:
parent
29f0ded9f1
commit
c7dbb951f3
17 changed files with 31 additions and 30 deletions
|
|
@ -297,7 +297,7 @@ func FuzzReader(f *testing.F) {
|
|||
0x01, 0x00, 0x00, 0x00, 0x88, 0x68, 0x76, 0x63,
|
||||
0x31, 0x01, 0x02, 0x03,
|
||||
})
|
||||
f.Fuzz(func(t *testing.T, b []byte) {
|
||||
f.Fuzz(func(_ *testing.T, b []byte) {
|
||||
bc := bytecounter.NewReader(bytes.NewReader(b))
|
||||
r := NewReader(bc, bc, nil)
|
||||
r.Read() //nolint:errcheck
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue