CVSROOT:        /cvs
Module name:    xenocara
Changes by:     [email protected]        2017/10/14 03:02:08

Modified files:
        lib/libXfont/src/fontfile: fontdir.c 

Log message:
MFC: Check for end of string in PatternMatch (CVE-2017-13720)

If a pattern contains '?' character, any character in the string is skipped,
even if it is '\0'. The rest of the matching then reads invalid memory.

Reply via email to