Bug 32040
Summary: | Need to do size, type and stride checking for texImage2D and texSubImage2D | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Marrin <cmarrin> |
Component: | WebGL | Assignee: | 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: |
Chris Marrin
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kenneth Russell
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 ***