spiegel-keyman/developer/src/common
Marc Durdin 02f9ce15c4 fix(developer): handle buffer boundaries in four cases
Fixes #11092.

Addresses buffer boundary tests for four cases, so a fatal error is not
returned to the user:
* character range too long (U+1234 .. U+2468)
* extended string too long ('abcde...xxxxx')
* outs too long (store(foo) .... outs(bar))
* virtual key expansion too long ([K_A] .. [K_Z] ...)

See #11136 for additional work arising.
2024-04-02 14:51:33 +07:00
..
delphi chore(developer): remove compile.pas and CompileErrorCodes.pas 2023-11-02 13:12:28 +07:00
include fix(developer): handle buffer boundaries in four cases 2024-04-02 14:51:33 +07:00
web refactor(developer): tidy up the sourcemap path fixup 2024-03-25 10:23:14 +07:00