diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-10-29 17:58:23 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-10-29 17:58:23 +0000 |
commit | a402ad14e80a8505bf79cd28ee9a4b728563adb4 (patch) | |
tree | 0a39541996db0f682a266a2ec34cafac82dee0d2 /font | |
parent | b109964b968ebdf074864db6e3ffb6d3a5319eec (diff) |
xkb: Fix buffer overflow in _XkbSetCompatMap()
The _XkbSetCompatMap() function attempts to resize the `sym_interpret`
buffer.
However, It didn't update its size properly. It updated `num_si` only,
without updating `size_si`.
CVE-2024-9632
Diffstat (limited to 'font')
0 files changed, 0 insertions, 0 deletions