mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15: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 |
||
|---|---|---|
| .. | ||
| debian | ||
| docs | ||
| ibus-keyman | ||
| include | ||
| keyman-config | ||
| keyman-system-service | ||
| mcompile | ||
| scripts | ||
| tools/teamcity_pytestrunner | ||
| .gitignore | ||
| build.sh | ||
| CodeCoverageReports.html | ||
| history.md | ||
| LICENSE.md | ||
| README.md | ||
Keyman for Linux
See /docs/linux/README.md for documentation.