Bug 32040

Summary: Need to do size, type and stride checking for texImage2D and texSubImage2D
Product: WebKit Reporter: Chris Marrin <cmarrin>
Component: WebGLAssignee: Kenneth Russell <kbr>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: kbr
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Bug Depends on: 31562    
Bug Blocks:    

Description Chris Marrin 2009-12-01 16:49:46 PST
Currently no checking is done to make sure the passed buffer is large enough for the passed sizes or that the pixelStore params are valid for the passed data. Also need to validate the type, format and internal format for the passed buffer type.
Comment 1 Kenneth Russell 2010-08-23 13:57:01 PDT
This was necessarily fixed as part of https://bugs.webkit.org/show_bug.cgi?id=40398 . Closing as a duplicate.

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