Fix potential memory corruption in msre_create_var_ex allocating per-request data out of global pool.

This commit is contained in:
brectanus
2007-03-08 16:15:45 +00:00
parent 8898759c47
commit ab55a8716e
4 changed files with 12 additions and 7 deletions

View File

@@ -1,7 +1,9 @@
01 Mar 2007 - 2.1.1-dev1
01 Mar 2007 - 2.1.1-dev3
------------------------
* Fixed potential memory corruption when expanding macros.
* Fixed error when a collection var was fetched in the same second as creation
by setting the rate to zero.