[Webkit-unassigned] [Bug 122412] New: Incorrect use of bool and boolean in JPEGImageDecoder.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 6 07:34:09 PDT 2013


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

           Summary: Incorrect use of bool and boolean in
                    JPEGImageDecoder.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: griffon26 at kfk4ever.com


webkit-gtk is using both the bool built-in type and the boolean type defined by libjpeg. In some cases built-in values false/true are used where a boolean is expected. The patch I'll attach in a moment fixes this problem by using TRUE/FALSE (defined by libjpeg) instead.

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