Comcast / gots

MPEG Transport Stream handling in Go
Other
308 stars 88 forks source link

Ensure the payload is long enough to check for the PESHeader #122

Closed eric closed 5 years ago

eric commented 5 years ago

This uses the packet.Payload() function that does length checks itself and then also ensures that the payload is long enough to do the header check.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

tmm1 commented 5 years ago

Friendly ping. We've been using this in production without issue.