Commit missing ChangeLog of r213.
This commit is contained in:
parent
94802eb0d9
commit
24a102885d
|
@ -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",
|
incorrect code to be compiled. This bug was reported as "heap overflow",
|
||||||
discovered by Kai Lu of Fortinet's FortiGuard Labs.
|
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
|
Version 10.00 05-January-2015
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
Loading…
Reference in New Issue