[Webkit-unassigned] [Bug 134435] New: Flags value of SourceCodeKey should be unique for each case.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 29 03:42:16 PDT 2014


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

           Summary: Flags value of SourceCodeKey should be unique for each
                    case.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: daewoong.jang at navercorp.com


Different combinations of CodeType and JSParserStrictness could generate same m_flags value because the value of CodeType and the value of JSParserStrictness shares a bit inside m_flags member variable.
Shift the value of CodeType one bit farther to the left so those values don't overlap.

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