summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-02-17 17:56:38 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-02-17 17:56:38 +0000
commit2ec02a4399885cf1946f9ac02cf36ee227fd2f17 (patch)
tree33c56c839a0fca6f0eaf913a15ad7335ae3c8756
parent5ee26e2b8b7cfe8d44b471acea11b4e27bf74b14 (diff)
Do not pass uninitialised values to setsockopt(). (fixes #167704)
Original commit message from CVS: Do not pass uninitialised values to setsockopt(). (fixes #167704)
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b2473c5..844ab6a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-02-17 Luca Ognibene <luogni at tin dot it>
+
+ Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
+ Don't pass uninitialised values to setsockopt(). (fixes #167704)
+
2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/playback/gstplaybin.c: (add_sink):