[Gstreamer-bugs] [Bug 109064] Changed - gstudpsrc needs to set len before call to recvfrom()

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sun Mar 23 20:45:39 PST 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=109064

Changed by janzen at pixelmetrix.com.

--- shadow/109064	Sun Mar 23 23:44:58 2003
+++ shadow/109064.tmp.16243	Sun Mar 23 23:45:39 2003
@@ -16,6 +16,11 @@
 Summary: gstudpsrc needs to set len before call to recvfrom()
 
 In the gstudpsrc.c file, the 'len' variable should be set to 'sizeof(struct
 sockaddr)' before calling recvfrom().  Leaving it uninitialized may not
 cause any problem on most operating systems, but it's asking for trouble,
 and it's a trivial fix; see attached patch.
+
+------- Additional Comments From janzen at pixelmetrix.com  2003-03-23 23:45 -------
+Created an attachment (id=15176)
+Patch to set socket address length before calls to recvfrom()
+





More information about the Gstreamer-bugs mailing list