Fix some memory errors (bug 5904, r=ds).

This commit is contained in:
David Anderson
2013-10-29 18:58:34 -04:00
parent 66dd3f08b1
commit 96d6cf8def
6 changed files with 37 additions and 23 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ Interpret(BaseRuntime *rt, uint32_t aCodeStart, cell_t *rval)
break;
case OP_ZERO_S:
Write(plugin, *cip++, 0);
Write(plugin, ctx->frm + *cip++, 0);
break;
case OP_PUSH_PRI: