Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 1999 22:52:53 -0700 (PDT)
From:      Archie Cobbs <archie@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/arp arp.c
Message-ID:  <199906050552.WAA21110@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
archie      1999/06/04 22:52:53 PDT

  Modified files:
    usr.sbin/arp         arp.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 <wollman@khavrinen.lcs.mit.edu> suggests
  		SIOCGIFCONF should be dropped in favor of a sysctl mechanism.
  
  Revision  Changes    Path
  1.16      +5 -5      src/usr.sbin/arp/arp.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?199906050552.WAA21110>