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


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

/* XXX overlflow for -maxint */

which I think means that before setting the integer value we need to check
here for overflow of -maxint (or at least numbers which go over the maximum
integer value allowed on the current platform, or something like that).

Reply via email to