chakra-core / chakra-core/ChakraCore
ASSERTION failure in ChakraCore/lib/Runtime/Language/InlineCache.inl, line 244
Open
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
The debug build of Chakacore crashes.
PoC:
```
const x = "const x";
this.x = 20;
delete this.x;
x += "const x";
x = "but we can write";
print(x) // It should print "const x" but print "but we can write"
```
This PoC leads to be able to write const variable 'x'.
Version=v1.11.12
OS=Ubuntu 16.04.6
Arch=x86_64
Contributor guide
Assessment
This issue has not been assessed yet.