From 6a07bf9f8d5622e4d64ff302f7d523121592849e7f68726c2ab1bbb5991e84f6 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Mon, 1 Aug 2016 15:25:41 +0000 Subject: [PATCH] * Fix CVE-2016-3191: workspace overflow for (*ACCEPT) with deeply nested parentheses (boo#971741) OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pcre2?expand=0&rev=10 --- pcre2.changes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pcre2.changes b/pcre2.changes index f736ceb..2261aba 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -1,8 +1,7 @@ ------------------------------------------------------------------- -Mon Aug 1 13:27:11 UTC 2016 - astieger@suse.com +Mon Aug 1 15:24:18 UTC 2016 - astieger@suse.com - pcre2 10.22: - * ChangeLog has the details of a number of bug fixes. * The POSIX wrapper function regcomp() did not used to support back references and subroutine calls if called with the REG_NOSUB option. It now does. @@ -13,6 +12,8 @@ Mon Aug 1 13:27:11 UTC 2016 - astieger@suse.com * The pcre2_get_error_message() function now returns with a negative error code if the error number it is given is unknown. * Several updates have been made to pcre2test and test scripts + * Fix CVE-2016-3191: workspace overflow for (*ACCEPT) with deeply + nested parentheses (boo#971741) ------------------------------------------------------------------- Sun Jan 17 14:30:53 UTC 2016 - jengelh@inai.de