[Webkit-unassigned] [Bug 25001] New: Crash when content type parameters have no value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 2 07:48:55 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25001

           Summary: Crash when content type parameters have no value
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://www.tvmunchies.com/2009/03/csi-miami-cartoon-
                    nsfw.html
        OS/Version: All
            Status: NEW
          Keywords: Gtk, Soup
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gns at gnome.org


When the Content-Type header has parameters with no = sign,
soup_message_headers_get_content_type () will return a hash table which
contains NULL as the value for the relevant name. The problem here is that
soup_header_g_string_append_param () doesn't expect NULL values, as it should,
leading to a crash.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list