electron/shell
trop[bot] 0702ed0212
fix: custom spell-checker stuck in infinite loop (#45019)
`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-16 09:55:20 +01:00
..
app refactor: use base::Extend in AddAdditionalSchemes() (#44865) 2024-11-27 10:10:02 -06:00
browser fix: context-menu event with BaseWindows (#44954) 2024-12-04 16:03:24 -08:00
common fix: modernize-use-equals-default warnings (#44945) 2024-12-03 21:58:53 -06:00
renderer fix: custom spell-checker stuck in infinite loop (#45019) 2024-12-16 09:55:20 +01:00
services/node fix: -Wunsafe-buffer-usage warning in ChunkedDataPipeReadableStream (32-x-y) (#44440) 2024-10-29 14:51:59 -05:00
utility refactor: run Windows SelectFileDialog out of process (#42780) 2024-07-08 10:31:10 +02:00