K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2010-04-18T22:51:15.885498Z K 7 svn:log V 319 MFC: r206170 Harden the experimental NFS server a little, by adding extra checks in the readdir functions for non-positive byte count arguments. For the negative case, set it to the maximum allowable, since it was actually a large positive value (unsigned) on the wire. Also, fix up the readdir function comment a bit. END