GNOME Bugzilla – Bug 521102
h.263+ rtp depayloader crashes on short payloads
Last modified: 2008-03-08 04:21:12 UTC
I'm attaching a patch thats careful in checking that the buffer is large enough before reading from it.
Created attachment 106816 [details] [review] patch to fix crash
Thanks, committed with a small change... 2008-03-08 Sebastian Dröge <slomo@circular-chaos.org> Patch by: Olivier Crete <tester at tester dot ca> * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process): Check that a buffer is large enough before reading from it. Fixes bug #521102.