git: NFS - Fix panic if the readdir base offset is beyond the di

看板DFBSD_commit作者時間16年前 (2009/09/09 06:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1AfjGaXK (DFBSD_commit)