Loading fs/btrfs/ioctl.c +1 −2 Original line number Diff line number Diff line Loading @@ -1757,11 +1757,10 @@ static noinline int btrfs_search_path_in_tree(struct btrfs_fs_info *info, key.objectid = key.offset; key.offset = (u64)-1; dirid = key.objectid; } if (ptr < name) goto out; memcpy(name, ptr, total_len); memmove(name, ptr, total_len); name[total_len]='\0'; ret = 0; out: Loading Loading
fs/btrfs/ioctl.c +1 −2 Original line number Diff line number Diff line Loading @@ -1757,11 +1757,10 @@ static noinline int btrfs_search_path_in_tree(struct btrfs_fs_info *info, key.objectid = key.offset; key.offset = (u64)-1; dirid = key.objectid; } if (ptr < name) goto out; memcpy(name, ptr, total_len); memmove(name, ptr, total_len); name[total_len]='\0'; ret = 0; out: Loading