Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for leading zero in js_isarrayindex that caused false positives.
We're supposed to check whether a string turned into an integer and back is itself, while also returning the value of the integer. We were unintentionally allowing integers with leading zero through.
- Loading branch information