DragonFly commits List (threaded) for 2009-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: NFS - Fix panic if the readdir base offset is beyond the directory EOF
commit c0b6e0f5ae8831878d11646c6bd9dc4fec703029
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Tue Sep 8 14:31:20 2009 -0700
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.
Summary of changes:
sys/vfs/nfs/nfs_bio.c | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c0b6e0f5ae8831878d11646c6bd9dc4fec703029
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]