[Webkit-unassigned] [Bug 48401] New: [Qt] Type mismatch while serializing/deserializing message id size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 00:14:42 PDT 2010


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

           Summary: [Qt] Type mismatch while serializing/deserializing
                    message id size
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kimmo.t.kinnunen at nokia.com


In WebKit2/Platform/CoreIPC/qt/ConnectionQt.cpp, size of the sent buffer is calculated in two ways:
 1) sizeof(uint32_t) when writing
 2) sizeof(MessageId) when reading

This doesn't cause problems at the moment, but might cause them later (or on some obscure compilers).

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