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


In src/pmc/integer.pmc:new_from_string() there is the todo item:

/* TODO bigint overflow */

I *believe* this means to check for possible big integer overflow issues at
this point in the code; especially before calling string_to_int().

Reply via email to