From 24a102885d4d693bb42af41be54d95d0de8de640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Herczeg?= Date: Fri, 6 Mar 2015 07:57:23 +0000 Subject: [PATCH] Commit missing ChangeLog of r213. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1b77d2e..34e1051 100644 --- a/ChangeLog +++ b/ChangeLog @@ -110,6 +110,11 @@ call within a group that also contained a recursive back reference caused incorrect code to be compiled. This bug was reported as "heap overflow", discovered by Kai Lu of Fortinet's FortiGuard Labs. +24. Computing the size of the JIT read-only data in advance has been a source +of various issues, and new ones are still appear unfortunately. To fix +existing and future issues, size computation is eliminated from the code, +and replaced by on-demand memory allocation. + Version 10.00 05-January-2015 -----------------------------