[Webkit-unassigned] [Bug 117205] New: printf format string warnings in udis86 (fixed in current version)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 4 10:14:11 PDT 2013


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

           Summary: printf format string warnings in udis86 (fixed in
                    current version)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: b.long at cablelabs.com


The version of udis86 included in WebKit prints format string warnings every time I build because it uses %llx for uint64_t, but on 64-bit Linux, it should be %lx. This is fixed[1] in upstream udis86, it just needs to be updated.

[1] https://github.com/vmt/udis86/commit/3d7198678c3c95aa49bfc2feda6a1106dc87810f

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