Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/nfs Pull up revision 1.32 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/1b53776ed566
branches:  netbsd-1-5
changeset: 492758:1b53776ed566
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 09 23:26:06 2002 +0000

description:
Pull up revision 1.32 (requested by he):
  Widen cr_ref to prevent overflow.
(Missed in previous round of commits on this issue.)

diffstat:

 sys/nfs/nfs.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9435aaf2e2cf -r 1b53776ed566 sys/nfs/nfs.h
--- a/sys/nfs/nfs.h     Sat Feb 09 23:11:47 2002 +0000
+++ b/sys/nfs/nfs.h     Sat Feb 09 23:26:06 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfs.h,v 1.22.2.3 2001/08/16 16:03:46 tv Exp $  */
+/*     $NetBSD: nfs.h,v 1.22.2.4 2002/02/09 23:26:06 he Exp $  */
 /*
  * Copyright (c) 1989, 1993, 1995
  *     The Regents of the University of California.  All rights reserved.
@@ -179,7 +179,7 @@
        struct nfsd     *nsd_nfsd;      /* Pointer to in kernel nfsd struct */
        uid_t           nsd_uid;        /* Effective uid mapped to cred */
        u_int32_t       nsd_haddr;      /* Ip address of client */
-       struct ucred    nsd_cr;         /* Cred. uid maps to */
+       struct uucred   nsd_cr;         /* Cred. uid maps to */
        int             nsd_authlen;    /* Length of auth string (ret) */
        u_char          *nsd_authstr;   /* Auth string (ret) */
        int             nsd_verflen;    /* and the verfier */



Home | Main Index | Thread Index | Old Index