summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-11-15 17:44:01 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-11-15 17:44:01 +0000
commit0cbacacba35ac4aeaad8fb5b0a5d67577c94edc6 (patch)
treec984bc0dc7eb7ab452c1f199a868ee0e4e9f547b /ChangeLog
parente8c55964bb31d47bc0459e119fed04f41d0cf8c9 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ca118c5..3c75dd36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-11-15 Wim Taymans <wim@fluendo.com>
+
+ * 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 <tim at centricular dot net>
Patch by: Mark Nauwelaerts <manauw at skynet be>