[Webkit-unassigned] [Bug 70012] New: webkit aborts on assert in XSSAuditor.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 03:37:15 PDT 2011


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

           Summary: webkit aborts on assert in XSSAuditor.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: phatina at redhat.com


Webkit quits on assertation condition in XSSAuditor.cpp, when calling static String fullyDecodeString(const String& string, const TextResourceDecoder* decoder) with empty string passed.

Steps to reproduce (gtk+):
1. use WebKitWebView
2. change user-stylesheet-uri property in WebKitWebSettings, I passed this setting ("* { font: 7pt curier };")
3. load uri http://www.abclinuxu.cz

Expected behavior: properly load specified uri and use specified css supplied by user

Current behavior: program using webkit aborts on ASSERT(!workingString.isEmpty());

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



More information about the webkit-unassigned mailing list