cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Bug in curl_multi_info_read in multi.c?

From: Robert Iakobashvili <coroberti_at_gmail.com>
Date: Sun, 25 Mar 2007 17:16:28 +0200

Hi,

On 3/25/07, Daniel Stenberg <daniel_at_haxx.se> wrote:
> On Fri, 23 Mar 2007, Daniel Johnson wrote:
> >> I believe I've found a bug in multi.c. Patch attached.
> > Heh, I think I found another one. Should've checked closer first. This patch
> > includes both.
>
> Thanks! I applied this now. This problem was added in CVS on Feb 21, alas it
> has not been present in a release.

Could it be that the similar changes are applicable
also to other places in multi.c, where the below
traversal pattern is used?

  easy = multi->easy.next;
  while(easy) {

    DO SOMETHING

    easy=easy->next;
  }

Thank you.

Sincerely,
Robert Iakobashvili,
coroberti %x40 gmail %x2e com
...................................................................
Navigare necesse est, vivere non est necesse
...................................................................
http://curl-loader.sourceforge.net
A powerful open-source HTTP/S, FTP/S traffic
generating, loading and testing tool.
Received on 2007-03-25