Re: Bug report

Felix von Leitner <[email protected]> Mon, 28 Feb 2005 17:29:27 +0100
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).
> > 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.

Uhhhh
You are right, it's not in the CVS.  I'm totally stumped now.
I could have sworn...

Does not matter.  It's in the CVS now.

Felix