From owner-cvs-all Fri Sep 20 14:50:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3686737B401; Fri, 20 Sep 2002 14:50:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD86C43E65; Fri, 20 Sep 2002 14:50:57 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (alfred@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8KLovCo006380; Fri, 20 Sep 2002 14:50:57 -0700 (PDT) (envelope-from alfred@freefall.freebsd.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8KLov9s006373; Fri, 20 Sep 2002 14:50:57 -0700 (PDT) Message-Id: <200209202150.g8KLov9s006373@freefall.freebsd.org> From: Alfred Perlstein Date: Fri, 20 Sep 2002 14:50:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch common.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/09/20 14:50:57 PDT Modified files: lib/libfetch common.c Log: Fix an infinite loop when _fetch_read() can return 0 (if the connection is broken), take this into account and return at this point. Revision Changes Path 1.33 +5 -1 src/lib/libfetch/common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message