Browse Source

Releases: instanceof dangling proto ptr

pull/1725/head
Sami Vaarala 7 years ago
parent
commit
d9ea23168e
  1. 3
      RELEASES.rst

3
RELEASES.rst

@ -3063,6 +3063,9 @@ Planned
* Fix potential segfault in debugger GetHeapObjInfo command, caused by * Fix potential segfault in debugger GetHeapObjInfo command, caused by
key/mask list being out of sync (GH-1540) key/mask list being out of sync (GH-1540)
* Fix dangling pointer in instanceof/duk_instanceof() when rval .prototype is
a virtualized property coming from a getter or a Proxy trap (GH-1725)
* Fix Reflect.construct() handling for four or more arguments (GH-1517, * Fix Reflect.construct() handling for four or more arguments (GH-1517,
GH-1518) GH-1518)

Loading…
Cancel
Save