Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2002 12:39:01 -0800 (PST)
From:      Andrew Gallatin <gallatin@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net rtsock.c
Message-ID:  <200201272039.g0RKd1m13100@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gallatin    2002/01/27 12:39:01 PST

  Modified files:
    sys/net              rtsock.c 
  Log:
  Prevent the kernel from generating an unaligned sysctl data buffer on
  64-bit platforms.  The unaligned access is caused by struct ifa_msghdr
  not being a multiple of 8-bytes in size.  If an interface has an odd
  number of addresses, this causes the next interface to generate an
  unaligned access in the user-level app walking the interfaces (ifconfig).
  
  Submitted by: Bernd Walter <ticso@cicely8.cicely.de>
  
  Revision  Changes    Path
  1.66      +1 -0      src/sys/net/rtsock.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?200201272039.g0RKd1m13100>