* src/vm/jit/stack.c (stack_grow_variable_array): Zero the additional
authoredwin <none@none>
Sun, 29 Oct 2006 23:37:20 +0000 (23:37 +0000)
committeredwin <none@none>
Sun, 29 Oct 2006 23:37:20 +0000 (23:37 +0000)
commitb94f0332381fe217ebdcce1cb4f401c5ad617d6c
treeda43e681e5245ac97808e264af532a75b4a27a6e
parentb5093aebdce08a1268500c41ddb133432b77811d
* src/vm/jit/stack.c (stack_grow_variable_array): Zero the additional
space when reallocating the jd->var array.

* src/vm/jit/parse.c (parse_realloc_instructions): Zero the
additional space when reallocating the instructions array.
src/vm/jit/parse.c
src/vm/jit/stack.c