CVSROOT: /cvs Module name: xenocara Changes by: bl...@cvs.openbsd.org 2024/10/29 12:11:33
Modified files: xserver/xkb : Tag: OPENBSD_7_6 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.6/002_xserver.patch.sig