From owner-cvs-all Sun Jun 23 14:54:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E70637B403; Sun, 23 Jun 2002 14:54:18 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5NLsI131232; Sun, 23 Jun 2002 14:54:18 -0700 (PDT) (envelope-from robert) Message-Id: <200206232154.g5NLsI131232@freefall.freebsd.org> From: Robert Drehmel Date: Sun, 23 Jun 2002 14:54:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/traceroute traceroute.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 robert 2002/06/23 14:54:18 PDT Modified files: contrib/traceroute traceroute.c Log: Allocate and clear the correct number of bytes for a struct fd_set that should be able to hold sock + 1 bits. Before, it was apparently assumed that an fd_mask has the same size as type char. PR: bin/39617 Reported by: Peter N Lewis Revision Changes Path 1.19 +3 -3 src/contrib/traceroute/traceroute.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message