* 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
This commit is contained in:
Andreas Stieger 2016-08-01 15:25:41 +00:00 committed by Git OBS Bridge
parent 4863962eb8
commit 6a07bf9f8d

View File

@ -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: - pcre2 10.22:
* ChangeLog has the details of a number of bug fixes.
* The POSIX wrapper function regcomp() did not used to * The POSIX wrapper function regcomp() did not used to
support back references and subroutine calls if called with the support back references and subroutine calls if called with the
REG_NOSUB option. It now does. 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 * The pcre2_get_error_message() function now returns with a
negative error code if the error number it is given is unknown. negative error code if the error number it is given is unknown.
* Several updates have been made to pcre2test and test scripts * 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 Sun Jan 17 14:30:53 UTC 2016 - jengelh@inai.de