Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 2010 01:25:18 +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:  <201004200125.o3K1PUkl023659@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2010-04-20 01:25:18 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/fs/nfsserver     nfs_nfsdserv.c 
  Log:
  SVN rev 206882 on 2010-04-20 01:25:18Z by rmacklem
  
  MFC: r206236
  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.
  
  Revision  Changes    Path
  1.5.2.5   +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?201004200125.o3K1PUkl023659>