[Webkit-unassigned] [Bug 51781] New: long long should not be en- and decoded as int64_t

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 31 09:40:44 PST 2010


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

           Summary: long long should not be en- and decoded as int64_t
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kbalazs at webkit.org


On 64bit linux with gcc 4.5.1 long long and int64_t is not the same type.
This cause build errors in the decoder and encoder classes.
The easiest way to solve this in once for all seems to be introducing templates for en- and decoding
unsigned long long and long long.

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