Bug 30280
| Summary: | WebGL allows use of CanvasObjects on multiple contexts | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Oliver Hunt <oliver> |
| Component: | WebGL | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | cmarrin, oliver |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Oliver Hunt
if i create two contexts, and bind programs to each of them, then it becomes possible for me to use CanvasObjects from each of them on the other.
This is not any kind of security or whatever problem -- the issue would appear that it is simply the underlying GL identifier being passed unchecked to the context which just ends up referencing that contexts equivalent resource.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Marrin
*** This bug has been marked as a duplicate of bug 30981 ***