• Nathan Scott's avatar
    [PATCH] xattr updates (minor, 2/4) · b8116216
    Nathan Scott authored
    This incremental patch fixes copying out of an extended attribute
    value or name list.  Previously we copied out the entire buffer
    passed in from userspace, now we only copy out the size which the
    underlying filesystem tells us to (ie. we will no longer include
    potentialy-initialised data as well).
    
    Nathan
    b8116216
xattr.c 6.86 KB