CVSROOT:        /cvs
Module name:    xenocara
Changes by:     [email protected]   2024/10/29 12:12:25

Modified files:
        xserver/xkb    : Tag: OPENBSD_7_5 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

from matthieu@

this is errata/7.5/012_xserver.patch.sig

Reply via email to