看板 DFBSD_commit 關於我們 聯絡資訊
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