pion / interceptor

Pluggable RTP/RTCP processors for building real time communication
https://pion.ly/
MIT License
104 stars 51 forks source link

Unmarshal only actually read bytes #257

Open braams opened 2 weeks ago

braams commented 2 weeks ago

Description

The interceptor tried to unmarshal the whole buffer and didn't respect the actual packet length.

Reference issue

Fixes #255