http://d.puremagic.com/issues/show_bug.cgi?id=4036
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch CC| |[email protected] --- Comment #1 from Don <[email protected]> 2010-04-08 23:55:12 PDT --- PATCH: Uninitialized variable causing memory corruption. bug 4036. inline.c, arrayExpressiondoInline(), line 460. --------- if (e) { e = e->doInline(ids); newa->data[i] = (void *)e; } + else + newa->data[i] = 0; -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
