From c7296fe79a7e2f05d33f9ad5cb5b136150a1f710 Mon Sep 17 00:00:00 2001 From: Olivier Crete Date: Sat, 8 Mar 2008 04:21:34 +0000 Subject: gst/rtp/gstrtph263pdepay.c: Check that a buffer is large enough before reading from it. Original commit message from CVS: Patch by: Olivier Crete * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process): Check that a buffer is large enough before reading from it. Fixes bug #521102. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dc251369..71f846b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-03-08 Sebastian Dröge + + Patch by: Olivier Crete + + * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process): + Check that a buffer is large enough before reading from it. + Fixes bug #521102. + 2008-03-07 Wim Taymans * gst/udp/gstudpsrc.c: (gst_udpsrc_start): -- cgit