DragonFly BSD
DragonFly commits List (threaded) for 2010-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: tmpfs - fix chgrp(), or chown() when one of uid/gid is to be unchanged


From: YONETANI Tomokazu <y0netan1@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 21 Nov 2010 20:46:10 -0800 (PST)

commit 3b9337bbddcb34a1fbcf503d3655c77bdc98c6f7
Author: YONETANI Tomokazu <y0netan1@dragonflybsd.org>
Date:   Mon Nov 22 11:35:48 2010 +0900

    tmpfs - fix chgrp(), or chown() when one of uid/gid is to be unchanged
    
    uid/gid values from function arguments were being used instead of the ones
    arranged by vop_helper_chown(), accidentally setting one of them to -1
    (4294967295) instead of leaving it unchanged.

Summary of changes:
 sys/vfs/tmpfs/tmpfs_subr.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3b9337bbddcb34a1fbcf503d3655c77bdc98c6f7


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]