[Gstreamer-bugs] [Bug 109064] New - 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:44:58 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.15850	Sun Mar 23 23:44:58 2003
@@ -0,0 +1,21 @@
+Bug#: 109064
+Product: GStreamer
+Version: 0.6.0
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: minor
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: janzen at pixelmetrix.com               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.6.x
+URL: 
+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.





More information about the Gstreamer-bugs mailing list