CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2021/05/18 08:23:18
Modified files:
lib/libX11/src : Tag: OPENBSD_6_8 Font.c FontInfo.c FontNames.c
GetColor.c LoadFont.c LookupCol.c ParseCol.c
QuExt.c SetFPath.c SetHints.c StNColor.c
StName.c
Log message:
Reject string longer than USHRT_MAX before sending them on the wire
The X protocol uses CARD16 values to represent the length so
this would overflow.
CVE-2021-31535
from matthieu@
this is errata/6.8/019_libx11.patch.sig
