[gstreamer-bugs] [Bug 594133] New: [rtspsrc] leaks authentication info

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 4 05:56:45 PDT 2009


http://bugzilla.gnome.org/show_bug.cgi?id=594133

           Summary: [rtspsrc] leaks authentication info
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: arnout at mind.be
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: arnout at mind.be
      GNOME target: ---
     GNOME version: ---


--- Comment #0 from Arnout Vandecappelle <arnout at mind.be> 2009-09-04 12:56:42 UTC ---
Created an attachment (id=142471)
patch leak in gstrtspsrc

In gst_rtspsrc_parse_digest_challenge(), rtspsrc does a g_strndup of the auth
header items and then passes them to gst_rtsp_connection_set_auth_param()
without freeing.

Patch attached.

-- 
Configure bugmail: http://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