ntframeplay

Results 1 issues of ntframeplay

Using the fuzz test string below (or similar) ```go go test fuzz v1 string("C0000000000000000000000000000000000AAdA000000000000") ``` the following crash & stack trace occurs: ![image](https://github.com/prebid/go-gdpr/assets/156046088/c1b06c17-8cfd-4c73-9e1a-792ef667745e) Fuzz test func: ```go func FuzzTCF(f *testing.F)...