[Webkit-unassigned] [Bug 30656] New: Fix calculation of length in WebSocketChannel.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 21 18:42:45 PDT 2009


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

           Summary: Fix calculation of length in WebSocketChannel.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ukai at chromium.org


length = length * 128 + *p & 0x7f;
is wrong, because & is less precedence than +.

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