Bug 32619

Summary: Do buffer overrun checks on texImage2D and texSubImage2D
Product: WebKit Reporter: Chris Marrin <cmarrin>
Component: WebGLAssignee: Kenneth Russell <kbr>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: cedricv, kbr, psawaya, zmo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Chris Marrin 2009-12-16 10:52:01 PST
Currently the WebGLArray case of these calls does not ensure that the buffer is big enough for the modes passed.
Comment 1 Kenneth Russell 2010-07-07 19:18:16 PDT
These bounds checks were necessarily added as part of https://bugs.webkit.org/show_bug.cgi?id=40398 . Closing as a duplicate of that bug.

*** This bug has been marked as a duplicate of bug 40398 ***