Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/kern Pull up revision 1.249 (requested by elad in tic...
details: https://anonhg.NetBSD.org/src/rev/43e4729905ec
branches: netbsd-3
changeset: 576365:43e4729905ec
user: tron <tron%NetBSD.org@localhost>
date: Sat Jul 02 15:49:05 2005 +0000
description:
Pull up revision 1.249 (requested by elad in ticket #487):
Set the veriexec table entry pointer to NULL in getnewvnode().
diffstat:
sys/kern/vfs_subr.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 8483a214f6a2 -r 43e4729905ec sys/kern/vfs_subr.c
--- a/sys/kern/vfs_subr.c Sat Jul 02 15:48:42 2005 +0000
+++ b/sys/kern/vfs_subr.c Sat Jul 02 15:49:05 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vfs_subr.c,v 1.243.2.1 2005/06/10 14:48:37 tron Exp $ */
+/* $NetBSD: vfs_subr.c,v 1.243.2.2 2005/07/02 15:49:05 tron Exp $ */
/*-
* Copyright (c) 1997, 1998, 2004, 2005 The NetBSD Foundation, Inc.
@@ -80,7 +80,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_subr.c,v 1.243.2.1 2005/06/10 14:48:37 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_subr.c,v 1.243.2.2 2005/07/02 15:49:05 tron Exp $");
#include "opt_inet.h"
#include "opt_ddb.h"
@@ -606,6 +606,7 @@
vp->v_socket = NULL;
#ifdef VERIFIED_EXEC
vp->fp_status = FINGERPRINT_NOTEVAL;
+ vp->vhe = NULL;
#endif
}
vp->v_type = VNON;
Home |
Main Index |
Thread Index |
Old Index