mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
Do not pass uninitialised values to setsockopt(). (fixes #167704)
Original commit message from CVS: Do not pass uninitialised values to setsockopt(). (fixes #167704)
This commit is contained in:
parent
5ee26e2b8b
commit
2ec02a4399
1 changed files with 7 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue