GNOME Bugzilla – Bug 752663
rtpvp8depay: Check available bytes before copy
Last modified: 2015-08-16 13:39:36 UTC
Need to check that the number of bytes we want to copy from the adapter actually is available and handle the error case gracefully. This error may happen if malformed packets are received and we don't have a complete frame.
Created attachment 307826 [details] [review] rtpvp8depay: Check available bytes before copy
Thanks, pushed: commit 45e05706e28439961ac81ce0c8e6403e8e8f03f5 Author: Stian Selnes <stian@pexip.com> Date: Tue Jul 21 13:31:05 2015 +0200 rtpvp8depay: Check available bytes before copy Need to check that the number of bytes we want to copy from the adapter actually is available and handle the error case gracefully. This error may happen if malformed packets are received and we don't have a complete frame. https://bugzilla.gnome.org/show_bug.cgi?id=752663