bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: findutils-4.1: locate misparses shorts in database


From: Stepan Kasal
Subject: Re: findutils-4.1: locate misparses shorts in database
Date: Fri, 10 Jan 2003 08:34:33 +0100
User-agent: Mutt/1.2.5.1i

On Thu, Jan 09, 2003 at 02:54:57PM -0500, Ken Lalonde wrote:
> Further to my previous bug report today:

[ CONTINUED ... ]

>     register short x;
> +   int c1, c2;
>   
> !   c1 = fgetc(fp);
> !   c2 = fgetc(fp);
> !   x = (c1 << 8) | (c2 & 0xff);
> !   return (int)x;

you are right, a very similar fix is already part of the development
version, 4.1.7.

Version 4.1.7 used to live at alpha.gnu.org, but currently is not available.
You can get it from:
ftp://ftp.du.se/pub/mirrors/sourceforge/murix/findutils-4.1.7.tar.bz2

Or gzipped findutils-4.1.7.tar.gz from various GNU/Linux distributions:
gentoo, rootlinux, slackware

Thank you again for your bug reports and sorry for the inconvenience,
        Stepan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]