CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2023/06/15 10:29:29
Modified files:
lib/libX11/src : Tag: OPENBSD_7_3 InitExt.c
Log message:
Fixes CVE-2023-3138: X servers could return values from XQueryExtension
that would cause Xlib to write entries out-of-bounds of the arrays to
store them, though this would only overwrite other parts of the Display
struct, not outside the bounds allocated for that structure.
from matthieu@
this is errata/7.3/005_libx11.patch.sig
