git: DragonFly_RELEASE_2_6 Fix a panic in the __getcwd(2) syscall.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Aug 8 02:21:07 PDT 2010


commit 9562ff3c2758f7bf0bb3f89abc1401ab63791409
Author: Sascha Wildner <saw at online.de>
Date:   Sun Aug 8 11:19:09 2010 +0200

    Fix a panic in the __getcwd(2) syscall.
    
    buflen has to be unsigned so that large values do not become negative
    and sneak past the MAXPATHLEN check.

Summary of changes:
 sys/kern/vfs_cache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9562ff3c2758f7bf0bb3f89abc1401ab63791409


-- 
DragonFly BSD source repository





More information about the Commits mailing list