diff --git a/pcre.spec b/pcre.spec index e892506..07a59b7 100644 --- a/pcre.spec +++ b/pcre.spec @@ -57,7 +57,7 @@ Patch7: pcre-8.40-Make-pcretest-check-size-of-O-argument.patch Patch8: pcre-8.40-Minor-doc-update.patch # Fix a crash when finding a Unicode property for a character with a code # point greater than 0x10ffff in UTF-32 library while UTF mode is disabled, -# upstream bug #2052, in upstream after 8.40 +# CVE-2017-7244 upstream bug #2052, in upstream after 8.40 Patch9: pcre-8.40-Fix-Unicode-property-crash-for-32-bit-characters-gre.patch # Fix DFA match for a possessively repeated character class, # upstream bug #2086, in upstream after 8.40 @@ -264,9 +264,9 @@ make %{?_smp_mflags} check VERBOSE=yes - Fix a crash in pcretest when \O directive was supplied with too big number (upstream bug #2044) - Document pcretest input cannot contain binary zeroes (upstream bug #2045) -- Fix a crash when finding a Unicode property for a character with a code - point greater than 0x10ffff in UTF-32 library while UTF mode is disabled - (upstream bug #2052) +- Fix CVE-2017-7244 (a crash when finding a Unicode property for a character + with a code point greater than 0x10ffff in UTF-32 library while UTF mode is + disabled) (upstream bug #2052) * Thu Feb 23 2017 Petr Pisar - 8.40-4 - Fix a crash in pcretest when printing non-ASCII characters