This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Merge chakra-core/ChakraCore@5af1a8131b] [1.6>1.7] [MERGE #3425 @Cel…
…lule] Fix possible infinite loop in String.raw() Merge pull request #3425 from Cellule:raw I was able to construct a use case where we would end up in an infinite loop. It takes forever to run to just overflow the uint32, but I figured we should at least avoid possible infinite loops. A possible solution could be to just cap the length to loop through to UINT32_MAX, but it would be technically not spec compliant.
- Loading branch information