spiegel-keyman/linux/ibus-keyman
Eberhard Beilharz b765b55660
fix(linux): fix memory problem
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
2026-04-07 15:14:37 +02:00
..
icons chore(linux): Remove autotools related files 2023-02-14 09:51:46 +01:00
man maint(linux): fix lintian warnings 2025-05-13 20:07:32 +02:00
src fix(linux): fix memory problem 2026-04-07 15:14:37 +02:00
tests fix(linux): issues when running ./build.sh test:linux, improving ibus-daemon stop after review 2026-01-15 11:09:20 +01:00
.gitignore chore(linux): use shared meson config 2024-06-24 19:08:12 +02:00
build.sh maint(common): consolidate builder scripts 2025-08-02 08:11:24 +10:00
COPYING maint(linux): fix lintian warnings 2025-05-13 20:07:32 +02:00
meson.build maint(common): use cpp_std=c++17 in meson project default_options 2025-08-01 10:23:57 +10:00
meson_options.txt fix(linux): Fix packaging on Ubuntu and Debian servers 2024-01-29 17:50:04 +01:00
README.md docs(linux): Move Linux documentation 2022-12-05 18:07:10 +01:00

Keyman engine for IBus

See ibus-keyman.md for documentation how to build Keyman engine for IBus.