Author: aurel32
Date: 2006-03-01 19:18:46 +0000 (Wed, 01 Mar 2006)
New Revision: 1283

Added:
   trunk/kfreebsd-5/debian/patches/000_nfsserver.diff
Log:
... and the patch.


Added: trunk/kfreebsd-5/debian/patches/000_nfsserver.diff
===================================================================
--- trunk/kfreebsd-5/debian/patches/000_nfsserver.diff  2006-03-01 19:16:44 UTC 
(rev 1282)
+++ trunk/kfreebsd-5/debian/patches/000_nfsserver.diff  2006-03-01 19:18:46 UTC 
(rev 1283)
@@ -0,0 +1,11 @@
+--- sys/nfsserver/nfs_srvsock.c        28 Jan 2006 19:24:40 -0000      1.96
++++ sys/nfsserver/nfs_srvsock.c        25 Feb 2006 21:27:10 -0000
+@@ -592,7 +592,7 @@
+                       slp->ns_flag |= SLP_LASTFRAG;
+               else
+                       slp->ns_flag &= ~SLP_LASTFRAG;
+-              if (slp->ns_reclen > NFS_MAXPACKET) {
++              if (slp->ns_reclen > NFS_MAXPACKET || slp->ns_reclen <= 0) {
+                       slp->ns_flag &= ~SLP_GETSTREAM;
+                       return (EPERM);
+               }


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to