]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext4: fix potential integer overflow
authorInsu Yun <wuninsu@gmail.com>
Fri, 12 Feb 2016 06:15:59 +0000 (01:15 -0500)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 26 May 2016 22:45:02 +0000 (15:45 -0700)
commitdacbc6874d349a6a49fb651c69e49ae8129ab105
tree9b7ee5a3a9e8ea952cc160710d2e7cf5366b1c19
parent1b929fc5be33c908dbec46af3daf3888e630c874
ext4: fix potential integer overflow

Orabug: 23330858

[ Upstream commit 46901760b46064964b41015d00c140c83aa05bcf ]

Since sizeof(ext_new_group_data) > sizeof(ext_new_flex_group_data),
integer overflow could be happened.
Therefore, need to fix integer overflow sanitization.

Cc: stable@vger.kernel.org
Signed-off-by: Insu Yun <wuninsu@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
(cherry picked from commit 9d7679794e9cd701890d997a76024b2239f90638)

Signed-off-by: Dan Duval <dan.duval@oracle.com>
fs/ext4/resize.c