electron/shell
trop[bot] c200b6762b
fix: custom spell-checker stuck in infinite loop (#45022)
`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: #44336

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Jesper Ek <deadbeef84@gmail.com>
2024-12-15 22:58:17 -08:00
..
app fix: delete UvTaskRunner's timers only after they're closed (#43598) 2024-09-06 11:18:52 -05:00
browser fix: remove unused local variables (#44821) 2024-11-24 13:03:09 -06:00
common fix: big endian bug in V8 serialization (#44794) 2024-11-22 12:55:55 -05:00
renderer fix: custom spell-checker stuck in infinite loop (#45022) 2024-12-15 22:58:17 -08:00
services/node refactor: declare gin::Wrapper subclasses as final (#43783) 2024-09-19 09:57:24 +02:00
utility refactor: run Windows SelectFileDialog out of process (#42825) 2024-07-09 19:03:13 +02:00