[Gstreamer-bugs] [Bug 133233] Changed - gst/tcp need to check to inet_aton()

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Feb 9 04:53:19 PST 2004


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=133233

Changed by kost at imn.htwk-leipzig.de.

--- shadow/133233	Sun Feb  8 09:09:35 2004
+++ shadow/133233.tmp.28466	Mon Feb  9 07:53:18 2004
@@ -49,6 +49,15 @@
 I don't think it's a good idea to include our own copy of inet_aton
 as. It is deprecated anyway.
 The correct way seems to be to use inet_pton and/or gethostbyname.
 
 ORBit might give some pointers on how to do it correctly.
 
+
+------- Additional Comments From kost at imn.htwk-leipzig.de  2004-02-09 07:53 -------
+inet_pton seems to be not portable as well (at least I don't have this
+on the sun), gethostbyname() is available though.
+
+The supplied patch is definitely not nice (more kind of hotfix), which
+actually is uased by many other applications in this form (from gnu
+screen to midnight commander).
+




More information about the Gstreamer-bugs mailing list