ext4: fix xattr shifting when expanding inodes part 2
authorJan Kara <jack@suse.cz>
Thu, 11 Aug 2016 15:58:32 +0000 (11:58 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 11 Aug 2016 15:58:32 +0000 (11:58 -0400)
commit418c12d08dc64a45107c467ec1ba29b5e69b0715
treec84aef7969bd10258a47e545e926a548d5a16f01
parentd0141191a20289f8955c1e03dad08e42e6f71ca9
ext4: fix xattr shifting when expanding inodes part 2

When multiple xattrs need to be moved out of inode, we did not properly
recompute total size of xattr headers in the inode and the new header
position. Thus when moving the second and further xattr we asked
ext4_xattr_shift_entries() to move too much and from the wrong place,
resulting in possible xattr value corruption or general memory
corruption.

CC: stable@vger.kernel.org # 4.4.x
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/xattr.c