Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jul 1998 12:54:41 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG
Subject:   cvs commit: src/sbin/ifconfig ifconfig.c
Message-ID:  <199807061954.MAA24980@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

bde         1998/07/06 12:54:41 PDT

  Modified files:
    sbin/ifconfig        ifconfig.c 
  Log:
  ioctl() request args are unsigned longs, so don't attempt to store
  them as ints.  Among other bugs, doing so at best caused benign
  overflow followed by fatal sign extension on machines with 32-bit
  ints and 64-bit longs.
  
  Revision  Changes    Path
  1.37      +3 -3      src/sbin/ifconfig/ifconfig.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?199807061954.MAA24980>