Skip Menu |

This queue is for tickets about the Math-Int128 CPAN distribution.

Report information
The Basics
Id: 101982
Status: resolved
Priority: 0/
Queue: Math-Int128

People
Owner: Nobody in particular
Requestors: sisk [...] cert.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: infinite loop in string_to_uint128()
Date: Fri, 06 Feb 2015 17:02:43 -0500
To: bug-Math-Int128 [...] rt.cpan.org
From: Matt Sisk <sisk [...] cert.org>
Hi there, I'm encountering an infinite loop when I do the following: #!/usr/bin/perl use strict; use warnings; use Math::Int128 qw( string_to_uint128 ); use Math::Int128::die_on_overflow; my $str = "0xffffffffffffffffffffffffffffffff"; my $val = string_to_uint128($str); print "ok: $val\n"; This is with version 0.18. Do you need any more information from me? Thanks, Matt
Subject: Re: [rt.cpan.org #101982] infinite loop in string_to_uint128()
Date: Sun, 8 Feb 2015 16:33:41 +0000 (UTC)
To: "bug-Math-Int128 [...] rt.cpan.org" <bug-Math-Int128 [...] rt.cpan.org>
From: Salvador Fandino <sfandino [...] yahoo.com>
Show quoted text
----- Original Message -----
> From: Matt Sisk via RT <bug-Math-Int128@rt.cpan.org>
>
> I'm encountering an infinite loop when I do the following:
Could you try version 0.19 I have just uploaded to CPAN? https://metacpan.org/release/SALVA/Math-Int128-0.19
Subject: Re: [rt.cpan.org #101982] infinite loop in string_to_uint128()
Date: Mon, 09 Feb 2015 12:03:08 -0500
To: bug-Math-Int128 [...] rt.cpan.org
From: Matt Sisk <sisk [...] cert.org>
Works like a charm! Thanks, Matt On 02/08/2015 11:33 AM, Salvador \"FandiƱo\" via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=101982 > > > > > > > ----- Original Message -----
>> From: Matt Sisk via RT <bug-Math-Int128@rt.cpan.org>
>
>>
>
>> I'm encountering an infinite loop when I do the following:
> > > Could you try version 0.19 I have just uploaded to CPAN? > > https://metacpan.org/release/SALVA/Math-Int128-0.19 >