| Issue 493: | 3DVIA plugin is blocked | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
Product Version : 0.2.149.27 (1583)
URLs (if applicable) : www.3dvia.com
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari 3:
Firefox 3:OK
IE 7:OK
What steps will reproduce the problem?
1. Try to open a file on 3dvia.com
What is the expected result?
the file is opened fine
What happens instead?
the plugin is blocked
Please provide any additional information below. Attach a screenshot if
possible.
|
||||||||||||||
,
Sep 03, 2008
(No comment was entered for this change.)
Status: Started
Owner: ana...@chromium.org |
|||||||||||||||
,
Sep 03, 2008
This fixes http://code.google.com/p/chromium/issues/detail?id=493, which was a crash in the 3dvia plugin. A script on the page tries to interact with the plugin by obtain its npobject. The plugin's does not implement the corresponding NPP_GetValue function correctly and returns NPERR_NO_ERROR without filling in the NPObject pointer passed in. The fix is to initialize the NPObject pointer on the stack to NULL and check for this along with the error check. |
|||||||||||||||
,
Sep 03, 2008
(No comment was entered for this change.)
Status: Fixed
|
|||||||||||||||
| ► Sign in to add a comment | |||||||||||||||