Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2002 11:07:05 -0700 (PDT)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_syscalls.c src/sys/sys mount.h
Message-ID:  <200206221807.g5MI76497358@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mux         2002/06/22 11:07:05 PDT

  Modified files:
    sys/kern             vfs_syscalls.c 
    sys/sys              mount.h 
  Log:
  o Remove the initialization of unused fields in the struct
    uio now that we don't use uiomove() anymore.
  o Enforce stricter checks on the length of the iov's in
    nmount(2) since we now malloc() them individually and
    corrupted iov's could make the kernel crash in malloc()
    with "kmem_map too small".
  
  Reviewed by:    phk
  
  Revision  Changes    Path
  1.261     +5 -25     src/sys/kern/vfs_syscalls.c
  1.129     +1 -0      src/sys/sys/mount.h

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?200206221807.g5MI76497358>