GNOME Bugzilla – Bug 784484
rtprtxreceive: Add memory and boundary checks
Last modified: 2017-07-04 14:05:27 UTC
rtprtxreceive does not check if the RTP buffers and it's payload is valid.
Created attachment 354849 [details] [review] rtprtxreceive: Add memory and boudary checks This element was not checking if mapping the RTP buffer and the payload worked, and was not checking if the RTX payload was large enough.
Thanks for the review. Attachment 354849 [details] pushed as bf5cbce - rtprtxreceive: Add memory and boudary checks