tag 566587 + patch
thanks

On Sat, 03 Apr 2010 03:20:53 +0200, Nick Wellnhofer wrote:

> I can't test this but to me it looks like the correct fix is:
> 
> -       my $low4bytes = ( ( $self->get_byte( $offset     ) >> 1  ) &
> 0x30 ) << 30;
> +       my $low4bytes = ( ( $self->get_byte( $offset     ) >> 1  ) &
> 0x03 ) << 30;

Thanks, works for me (as in: the test suite passes) on i386 and amd64.

Cheers,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Uriah Heep: Look At Yourself

Attachment: signature.asc
Description: Digital signature

Reply via email to