Revision: 214
http://www.exim.org/viewvc/pcre2?view=rev&revision=214
Author: zherczeg
Date: 2015-03-06 07:57:23 +0000 (Fri, 06 Mar 2015)
Log Message:
-----------
Commit missing ChangeLog of r213.
Modified Paths:
--------------
code/trunk/ChangeLog
Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog 2015-03-06 07:41:36 UTC (rev 213)
+++ code/trunk/ChangeLog 2015-03-06 07:57:23 UTC (rev 214)
@@ -110,7 +110,12 @@
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
-----------------------------