support KLV tracks (#808)

Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
This commit is contained in:
Yaroslav Molochko
2025-07-06 20:56:52 +03:00
committed by GitHub
parent ff94dc956b
commit e02c447868
17 changed files with 705 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
go test fuzz v1
[]byte("\x06\x0e+4000000000000\x88%%%%\x88000000")
bool(true)
[]byte("\x06")
bool(true)

View File

@@ -0,0 +1,5 @@
go test fuzz v1
[]byte("\x06\x0e+4")
bool(true)
[]byte("0")
bool(true)

View File

@@ -0,0 +1,5 @@
go test fuzz v1
[]byte("\x06\x0e+4000000000000\x00")
bool(false)
[]byte("0")
bool(false)

View File

@@ -0,0 +1,5 @@
go test fuzz v1
[]byte("\x06\x0e+400000000000")
bool(false)
[]byte("0")
bool(true)

View File

@@ -0,0 +1,5 @@
go test fuzz v1
[]byte("0")
bool(false)
[]byte("")
bool(false)

View File

@@ -0,0 +1,5 @@
go test fuzz v1
[]byte("\x06\x0e+4000000000000\x88\x88000000")
bool(false)
[]byte("0")
bool(true)

View File

@@ -0,0 +1,5 @@
go test fuzz v1
[]byte("\x06\x0e+4")
bool(false)
[]byte("000000000000\xc5")
bool(true)