Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 2010 01:14:49 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfsserver nfs_nfsdserv.c
Message-ID:  <201004060115.o361F5LL043472@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2010-04-06 01:14:49 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfsserver     nfs_nfsdserv.c 
  Log:
  SVN rev 206236 on 2010-04-06 01:14:49Z by rmacklem
  
  Harden the experimental NFS server a little, by adding range
  checks on the length of the client's open/lock owner name. Also,
  add free()'s for one case where they were missing and would
  have caused a leak if NFSERR_BADXDR had been replied. Probably
  never happens, but the leak is now plugged, just in case.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.9       +22 -0     src/sys/fs/nfsserver/nfs_nfsdserv.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004060115.o361F5LL043472>