From owner-cvs-all Fri Sep 14 1: 4:31 2001 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 CF24F37B405; Fri, 14 Sep 2001 01:04:25 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8E84Pv14716; Fri, 14 Sep 2001 01:04:25 -0700 (PDT) (envelope-from marcel) Message-Id: <200109140804.f8E84Pv14716@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 14 Sep 2001 01:04:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/osf1 osf1_ioctl.c src/sys/compat/linux linux_ioctl.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 marcel 2001/09/14 01:04:25 PDT Modified files: sys/alpha/osf1 osf1_ioctl.c sys/compat/linux linux_ioctl.c Log: Fix off by one error introduced by the use of the ifnet_byindex() macro. The commit log clearly states that the index given to the macro is one higher than previously used to index the array. This wasn't represented in the code and resulted in kernel page faults. Reported by: Andrew Atrens Revision Changes Path 1.6 +2 -2 src/sys/alpha/osf1/osf1_ioctl.c 1.67 +2 -2 src/sys/compat/linux/linux_ioctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message