|
|
Adobe Flash: XML and XMLNode classes missing constructor type check | |||
| Project Member Reported by natashenka@google.com, Feb 7 2015 | Back to list | |||
The XML and XMLNode classes are missing type checks in their constructors. If a class extends a class that sets the object user data, and its constructor contains the following code, type confusion can occur on garbage collection.
super();
this.__proto__={};
this.__proto__.__constructor__ = XML; //Or XMLNode
super("test");
This bug is subject to a 90 day disclosure deadline. If 90 days elapse
without a broadly available patch, then the bug report will automatically
become visible to the public.
Comment 1
by
cevans@google.com,
Feb 7 2015
,
Mar 6 2015
,
Mar 12 2015
,
Mar 19 2015
|
||||
| ► Sign in to add a comment | ||||