From owner-cvs-all Fri Jun 4 22:53:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 500DB14C14; Fri, 4 Jun 1999 22:53:54 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA21171; Fri, 4 Jun 1999 22:53:54 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <199906050553.WAA21171@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 4 Jun 1999 22:53:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pppd sys-bsd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1999/06/04 22:53:54 PDT Modified files: usr.sbin/pppd sys-bsd.c Log: When incrementing through a SIOCGIFCONF list, enforce a lower limit of sizeof(ifr->ifr_addr) for the variable length field ifr->ifr_addr.sa_len. Otherwise the increment will be wrong in certain cases. Obtained from: Whistle source tree For the record: Garrett Wollman suggests SIOCGIFCONF should be dropped in favor of a sysctl mechanism. Revision Changes Path 1.16 +9 -6 src/usr.sbin/pppd/sys-bsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message