svn commit: r250068 - stable/8

Dag-Erling Smørgrav des at FreeBSD.org
Mon Apr 29 21:10:50 UTC 2013


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.


More information about the svn-src-all mailing list