Upstream bug #2052 is known as CVE-2017-7244

This commit is contained in:
Petr Písař 2017-03-30 13:12:51 +02:00
parent 8e80c804e1
commit 1f8181b38c

View File

@ -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 <ppisar@redhat.com> - 8.40-4
- Fix a crash in pcretest when printing non-ASCII characters