Commit missing ChangeLog of r213.

This commit is contained in:
Zoltán Herczeg 2015-03-06 07:57:23 +00:00
parent 94802eb0d9
commit 24a102885d
1 changed files with 5 additions and 0 deletions

View File

@ -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
-----------------------------