Author :
matthieu
Date :
2017-10-14 09:02:08
Hash :dadc83bb 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.