• Alexander Viro's avatar
    [PATCH] Re: "rename" breakage? · ddffeb01
    Alexander Viro authored
    I've found what's going on there.  Basically, we should not use
    __user_walk() with LOOKUP_PARENT - nd->last.name is set to the last
    component of the name and freeing that name before we are done is not a
    good idea. 
    ddffeb01
vfs.c 69.5 KB