[perl #55506] [BUG] Wrong access to arguments in MMD.

2008-06-09 Thread via RT
# New Ticket Created by Vasily Chekalkin # Please include the string: [perl #55506] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=55506 > Hello. MMD try to deref parameters during dispatch. rakudo: sub is($q, $e, $d) {

[perl #55506] [BUG] Wrong access to arguments in MMD.

2008-06-09 Thread Patrick R. Michaud via RT
On Mon Jun 09 05:49:29 2008, bacek wrote: > On Sun Jun 08 23:14:00 2008, bacek wrote: > > Hello. > > > > MMD try to deref parameters during dispatch. > > > > Trivial patch attached. Patch rejected -- the solution here is to keep from generating NULL parameters in the first place, rather than h

[perl #55506] [BUG] Wrong access to arguments in MMD.

2008-06-09 Thread Vasily Chekalkin via RT
On Sun Jun 08 23:14:00 2008, bacek wrote: > Hello. > > MMD try to deref parameters during dispatch. > Trivial patch attached. -- Bacek. --- a/src/mmd.c +++ b/src/mmd.c @@ -1265,7 +1265,10 @@ arg = constants[idx]->u.key; else arg =