Re: Bug report

Gerrit Pape <[email protected]> Mon, 28 Feb 2005 16:12:20 +0000
Newsgroups gmane.comp.web.fnord
Message-ID <[email protected]>
On Mon, Feb 28, 2005 at 04:40:07PM +0100, Felix von Leitner wrote:
> Thus spake Gerrit Pape ([email protected]):
> > Fix infinite loop in sendfile loop (thx Joachim Berdal Haga, see #293436).
> 
> That fix is in fnord.

I can't find this one?

-       c=(l>(1<<31))?1<<31:l;
+       c=(l>(1UL<<31))?1UL<<31:l;

I admit, it's somehow hidden in the two reports about other topics.

Gerrit.