# New Ticket Created by  Andy Lester 
# Please include the string:  [perl #44027]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=44027 >


In function branch_branch, there's a line like this:

   ins->r[get_branch_regno(ins)] = next->r[0];

That call to get_branch_regno() can return -1.  That would make a  
negative array index, and stomp on who knows what.

xoa

--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance




Reply via email to