Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2001 01:04:25 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
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
Message-ID:  <200109140804.f8E84Pv14716@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <atrens@nortelnetworks.com>
  
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109140804.f8E84Pv14716>