[Webkit-unassigned] [Bug 120907] New: Assertion fails with backslashes in at-rule names

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 6 16:13:17 PDT 2013


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

           Summary: Assertion fails with backslashes in at-rule names
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jpfau at apple.com
                CC: zherczeg at webkit.org


Created an attachment (id=210812)
 --> (https://bugs.webkit.org/attachment.cgi?id=210812&action=review)
Repro

A backslash in the name of an at-rule can cause the parser to fail an assertion (name[0] == '@' && length >= 2) in CSSParser::detectAtToken(int, bool). A simple repro is attached.

<rdar://problem/14911223>

-- 
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