mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
This fixes a problem identified by devin.ai: Because of the operator precedence the previous code caused `memmove` to read `sizeof(commit_queue_item) - 1` bytes past the end of `commit_queue`. With this change `memmove` now reads the intended `MAX_QUEUE_SIZE - 1` `commit_queue_items`. Test-bot: skip |
||
|---|---|---|
| .. | ||
| icons | ||
| man | ||
| src | ||
| tests | ||
| .gitignore | ||
| build.sh | ||
| COPYING | ||
| meson.build | ||
| meson_options.txt | ||
| README.md | ||
Keyman engine for IBus
See ibus-keyman.md for documentation how to build Keyman engine for IBus.