[gstreamer-bugs] [Bug 407797] New: bug of rtsp_url_parse() in gst/rtsp/rtspurl.c

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Feb 14 01:16:18 PST 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=407797

  GStreamer | gst-plugins-good | Ver: 0.10.5

           Summary: bug of rtsp_url_parse() in gst/rtsp/rtspurl.c
           Product: GStreamer
           Version: 0.10.5
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: jp_liu at astrocom.cn
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


there is a bug of rtsp_url_parse() in gst/rtsp/rtspurl.c.
It will be crashed when parse rtsp url which have password. like
rtsp://ada:1234@foo.com/foo.avi

Change the code 
    res->passwd = g_strndup (col, col - at);
to
    res->passwd = g_strndup (col, at - col);

It will works well.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list