[Webkit-unassigned] [Bug 105218] New: [ANGLE] Use of uninitialized memory in ArrayBoundsClamper

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 17 14:54:32 PST 2012


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

           Summary: [ANGLE] Use of uninitialized memory in
                    ArrayBoundsClamper
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mvujovic at adobe.com
                CC: dino at apple.com, achicu at adobe.com


TIntermBinary::addIndexClamp is uninitialized when the compile flag SH_CLAMP_INDIRECT_ARRAY_BOUNDS is not set. Then, addIndexClamp is used in OutputGLSLBase. CSS Shaders needs to do a first validation pass without the SH_CLAMP_INDIRECT_ARRAY_BOUNDS flag and its effects. However, sometimes addIndexClamp is true, which inserts clamping code that causes the a shader to fail compilation at the WebGL level.

Patch coming up.

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