projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ee26e2
)
Do not pass uninitialised values to setsockopt(). (fixes #167704)
author
Tim-Philipp Müller
<tim@centricular.net>
Thu, 17 Feb 2005 17:56:38 +0000
(17:56 +0000)
committer
Tim-Philipp Müller
<tim@centricular.net>
Thu, 17 Feb 2005 17:56:38 +0000
(17:56 +0000)
Original commit message from CVS:
Do not pass uninitialised values to setsockopt(). (fixes #167704)
ChangeLog
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 5b2473c58e74316565bf0bb919b537ce6d44da33..844ab6a03650e6c72e24d19110cb8f48dd915518 100644
(file)
--- 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):