From 0cbacacba35ac4aeaad8fb5b0a5d67577c94edc6 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 15 Nov 2006 17:44:01 +0000 Subject: gst/rtsp/rtspconnection.c: Don't set a data pointer to NULL and a size > 0 when we deal with empty packets. Original commit message from CVS: * gst/rtsp/rtspconnection.c: (read_body): Don't set a data pointer to NULL and a size > 0 when we deal with empty packets. * gst/rtsp/rtspmessage.c: (rtsp_message_new_response), (rtsp_message_init_response), (rtsp_message_init_data), (rtsp_message_unset), (rtsp_message_free), (rtsp_message_take_body): Check that we can't create invalid empty packets. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4ca118c5..3c75dd36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2006-11-15 Wim Taymans + + * gst/rtsp/rtspconnection.c: (read_body): + Don't set a data pointer to NULL and a size > 0 when we deal + with empty packets. + + * gst/rtsp/rtspmessage.c: (rtsp_message_new_response), + (rtsp_message_init_response), (rtsp_message_init_data), + (rtsp_message_unset), (rtsp_message_free), + (rtsp_message_take_body): + Check that we can't create invalid empty packets. + 2006-11-15 Tim-Philipp Müller Patch by: Mark Nauwelaerts -- cgit