add MPEG4Video.SafeParams(), MPEG4Video.SafeSetParams() (#395)

This commit is contained in:
Alessandro Ros
2023-09-01 18:36:21 +02:00
committed by GitHub
parent 8f18a0d83b
commit 6c413c03f5
7 changed files with 45 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
go test fuzz v1
string(",")
string("0")

View File

@@ -0,0 +1,5 @@
go test fuzz v1
string("0")
string("\x00")
string("")
string("0\xa5")

View File

@@ -0,0 +1,3 @@
go test fuzz v1
string("0")
string("")