pion / rtp

A Go implementation of RTP
https://pion.ly/
MIT License
356 stars 111 forks source link

Fix crash in Vp8Packet.Unmarshal #263

Closed jech closed 6 months ago

jech commented 6 months ago

We used to crash if the I bit was set and the payload was one byte short.

jech commented 6 months ago

Fixed in 14c61dc0359c379f52978826c66bfcd9d90f7ff7. Sorry for the noise.