]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Remove the initialization of unused fields in the struct
authorMaxime Henrion <mux@FreeBSD.org>
Sat, 22 Jun 2002 18:07:05 +0000 (18:07 +0000)
committerMaxime Henrion <mux@FreeBSD.org>
Sat, 22 Jun 2002 18:07:05 +0000 (18:07 +0000)
commitcacd1c9b49c8ada2428f737472b10653a258b6f8
tree7cdf750010272d9177228018d75cd78687b9b790
parent409748276ece809c7d45e73198a6dd162aff9615
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
sys/kern/vfs_extattr.c
sys/kern/vfs_syscalls.c
sys/sys/mount.h