NFS - Fix panic if the readdir base offset is beyond the directory EOF
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 8 Sep 2009 21:31:20 +0000 (14:31 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 8 Sep 2009 21:31:20 +0000 (14:31 -0700)
commitc0b6e0f5ae8831878d11646c6bd9dc4fec703029
tree5a5f0c887d95a03dd387c1f964a557e6461884b4
parent75046a24ef33dc8b26296071dd9f37cfa586a421
NFS - Fix panic if the readdir base offset is beyond the directory EOF

* A calculation could cause an signed underflow into unsigned if
  the base offset in a getdirentries call exceeds the directory
  EOF offset.
sys/vfs/nfs/nfs_bio.c