CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2024/10/29 11:58:22
Modified files:
xserver/xkb : xkb.c
Log message:
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
