Message-ID: <
20020324222308.B21963@fdgroup.com>
p4raw-id: //depot/perl@15478
against UV_MAX_P1. */
if (SvIOK(fromstr) || adouble < UV_MAX_P1)
{
- char buf[1 + sizeof(UV)];
+ char buf[(sizeof(UV)*8)/7+1];
char *in = buf + sizeof(buf);
UV auv = SvUV(fromstr);