[Webkit-unassigned] [Bug 111562] New: [Qt] Illegal narrowing in tst_qwebhistory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 6 05:10:46 PST 2013


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

           Summary: [Qt] Illegal narrowing in tst_qwebhistory
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: allan.jensen at digia.com


The bytearray in tst_QWebHistory::restoreIncompatibleVersion1 has integer values higher than 127 assigned into an array of signed chars. This works correctly but causes compiler errors in C++11 since it assigns constants (>127) that doesn't fit the destination (-128 to 127).

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