chakra-core / chakra-core/ChakraCore
Assertion failure in GlobOpt.cpp
Open
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
the following poc cause a assertion failure in "debug" build on ubuntu.
```
function main() {
do {
for (let v7 = 0; v7 != 0; v7++) {
for (let v11 = 0; v11 < 9; v11 = v11 + 2147483647) {
}
}
} while (0 !== 6);
}
main();
```
Contributor guide
Assessment
This issue has not been assessed yet.