Closed
Bug 130138
Opened 23 years ago
Closed 23 years ago
js_AddNativeProperty&js_ChangeNativePropertyAttrs fail to lock obj!
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
VERIFIED
DUPLICATE
of bug 130137
People
(Reporter: brendan, Assigned: brendan)
Details
This is a stupid oversight on my part. These functions wrap js_AddScopeProperty
and js_ChangeScopePropertyAttributes, calling js_GetMutableScope first to ensure
that obj has its own scope. They utterly fail to follow the locking protocol
and do what other such layers in jsobj.c on top of jsscope.c functions must do.
Patch in a second, this is a must-fix for 1.0.
/be
Assignee | ||
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 130137 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•