media: videobuf2-core: Prevent size alignment wrapping buffer size to 0
authorSakari Ailus <sakari.ailus@linux.intel.com>
Wed, 12 Dec 2018 12:27:10 +0000 (07:27 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 23 May 2019 14:18:19 +0000 (10:18 -0400)
commitdefcdc5d89ced780fb45196d539d6570ec5b1ba5
tree8932991119cb718e9c8dc26b50f80d9bddaf3196
parent6fae100e74afc1e5919f58d569ac28f49163e890
media: videobuf2-core: Prevent size alignment wrapping buffer size to 0

PAGE_ALIGN() may wrap the buffer size around to 0. Prevent this by
checking that the aligned value is not smaller than the unaligned one.

Note on backporting to stable: the file used to be under
drivers/media/v4l2-core, it was moved to the current location after 4.14.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Cc: stable@vger.kernel.org
Reviewed-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/common/videobuf2/videobuf2-core.c