Re: Bug report

Dale Gallagher <[email protected]> Mon, 28 Feb 2005 22:01:46 +0200
Newsgroups gmane.comp.web.fnord
Message-ID <[email protected]>
> Thus spake Gerrit Pape ([email protected]):
> 
> Fix infinite loop in sendfile loop (thx Joachim Berdal Haga, see #293436).
>>
>>I can't find this one?
> 
>>-       c=(l>(1<<31))?1<<31:l;
>>+       c=(l>(1UL<<31))?1UL<<31:l;

Felix von Leitner wrote:
> Does not matter.  It's in the CVS now.

Thanks! Will grab from CVS tomorrow and report back after testing.

cheers
Dale