Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 1998 23:19:37 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
Subject:   cvs commit: src/sys/kern kern_exec.c
Message-ID:  <199807150619.XAA20292@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/07/14 23:19:35 PDT

  Modified files:
    sys/kern             kern_exec.c 
  Log:
  Cast between longs and pointers via intptr_t.  The results of fuword()
  should be checked before casting.  The results of suword() should be
  checked.
  
  Revision  Changes    Path
  1.84      +9 -9      src/sys/kern/kern_exec.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?199807150619.XAA20292>