Bug 32619 - Do buffer overrun checks on texImage2D and texSubImage2D
Summary: Do buffer overrun checks on texImage2D and texSubImage2D
Status: RESOLVED DUPLICATE of bug 40398
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Kenneth Russell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-16 10:52 PST by Chris Marrin
Modified: 2010-07-07 19:18 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***