[gstreamer-bugs] [Bug 610268] New: NULL pointer reference in gstrtspconnection

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Feb 17 06:56:55 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=610268
  GStreamer | gst-plugins-base | git

           Summary: NULL pointer reference in gstrtspconnection
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: patrick.radizi at axis.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Calling gst_rtsp_connection_send before gst_rtsp_connection_set_auth has been
called leads to a NULL pointer reference in auth_digest_compute_hex_urp since
both username and password will then be NULL.

This only happens sometimes, so I guess that there must be some special case in
 rtspsrc that leads to this call chain.

Note that both user name and password has been specified and are available in
the uri, this is thus not a configuration problem.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list