GNOME Bugzilla – Bug 109064
gstudpsrc needs to set len before call to recvfrom()
Last modified: 2004-12-22 21:47:04 UTC
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.
Created attachment 15176 [details] [review] Patch to set socket address length before calls to recvfrom()
*** This bug has been marked as a duplicate of 109797 ***