Bug 32619
Summary: | Do buffer overrun checks on texImage2D and texSubImage2D | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Marrin <cmarrin> |
Component: | WebGL | Assignee: | 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 |
Chris Marrin
Currently the WebGLArray case of these calls does not ensure that the buffer is big enough for the modes passed.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kenneth Russell
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 ***