electron/shell
trop[bot] bcbd3063a3
fix: custom spell-checker stuck in infinite loop (#45020)
`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-13 17:26:44 -08:00
..
app refactor: use base::Extend in AddAdditionalSchemes() (#44866) 2024-11-27 10:09:55 -06:00
browser fix: context-menu emitted twice (#44997) 2024-12-11 13:24:32 -05:00
common fix: modernize-use-equals-default warnings (#44944) 2024-12-03 21:19:32 -06:00
renderer fix: custom spell-checker stuck in infinite loop (#45020) 2024-12-13 17:26:44 -08:00
services/node fix: -Wunsafe-buffer-usage warning in ChunkedDataPipeReadableStream (#44211) 2024-10-14 10:46:24 +02:00
utility chore: remove unused base/ includes (#43688) 2024-09-12 16:05:37 +02:00