Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: custom spell-checker stuck in infinite loop (electron#45001)
`ReadUnicodeCharacter` updates index to the last character read, and not after it. We need to manually increment it to move to the next character. It also doesn't validate that the index is valid, so we need to check that index is within bounds. Refs: electron#44336
- Loading branch information