summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2020-01-24 08:28:23 +0000
committerzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2020-01-24 08:28:23 +0000
commit73417f882ac907a182e1491ead2eecb7c5e559cc (patch)
treedcaea110a56dfe500955fb2c0de95d52741a37b0 /ChangeLog
parent2a3a1cac73fcec1e115a27d7d77339b48cb8bb71 (diff)
downloadpcre2-73417f882ac907a182e1491ead2eecb7c5e559cc.tar.gz
The JIT stack should be freed when the low-level stack allocation fails.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1207 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 996a1a1..48d423b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,6 +43,8 @@ the minimum.
11. Added PCRE2_SUBSTITUTE_REPLACEMENT_ONLY.
+12. The JIT stack should be freed when the low-level stack allocation fails.
+
Version 10.34 21-November-2019
------------------------------