Status: New
Owner: ----

New issue 745 by 20100209v: global/local eval forces v8 to crash if uses second eval call parameter
http://code.google.com/p/v8/issues/detail?id=745

simple script

eval(100, 100);

makes v8 r4875(rest not tested) to crash with invalid access at
execution.cc, line 94

    value = CALL_GENERATED_CODE(entry, entry_address, function,
                                receiver_pointer, argc, args);

there is asm line
0343480A FF 32            push        dword ptr [edx]

edx = 0xCCCCCCCC

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to