Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2013 21:10:50 +0000 (UTC)
From:      Dag-Erling Smørgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r250068 - stable/8
Message-ID:  <201304292110.r3TLAo23090432@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Mon Apr 29 21:10:49 2013
New Revision: 250068
URL: http://svnweb.freebsd.org/changeset/base/250068

Log:
  Fix a bug that allows NFS clients to issue READDIR on files.
  
  (files missing from previous commit)
  
  PR:		kern/178016
  Security:	CVE-2013-3266
  Security:	FreeBSD-SA-13:05.nfsserver
  Approved by:	so

Modified:
  stable/8/UPDATING

Modified: stable/8/UPDATING
==============================================================================
--- stable/8/UPDATING	Mon Apr 29 21:05:12 2013	(r250067)
+++ stable/8/UPDATING	Mon Apr 29 21:10:49 2013	(r250068)
@@ -15,6 +15,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
 	debugging tools present in HEAD were left in place because
 	sun4v support still needs work to become production ready.
 
+20130429:
+	Fix a bug that allows NFS clients to issue READDIR on files.
+
 20130225:
 	A new compression method (lz4) has been merged.  Please refer to
 	zpool-features(7) for more information.



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