chakra-core / chakra-core/ChakraCore
ChakraCore crashes due to null dereference
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Both release and debug build of ChakraCore crashes due to the null dereferencing.
PoC:
```
function func_0(f) {
(function (r) {
WScript.Attach(r);
}(f));
}
async function func_1(notAttachCall) {
if (notAttachCall) {
for (let var_0 = 0; var_0 < 1; ++var_0) {
await func_0(func_1);
}
} else {
const var_1 = 0;
}
}
func_1(true);
```
Build Option: None
OS: Ubuntu 18.04.1 LTS
Arch: x86_64
Contributor guide
Assessment
This issue has not been assessed yet.