aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSakari Ailus <[email protected]>2018-12-12 07:44:14 -0500
committerMauro Carvalho Chehab <[email protected]>2019-05-23 10:18:19 -0400
commit14f28f5cea9e3998442de87846d1907a531b6748 (patch)
tree4bca9373f00bf4ce1db88f848de7e3ef23597808 /tools/perf/scripts/python
parentdefcdc5d89ced780fb45196d539d6570ec5b1ba5 (diff)
media: videobuf2-dma-sg: Prevent size from overflowing
buf->size is an unsigned long; casting that to int will lead to an overflow if buf->size exceeds INT_MAX. Fix this by changing the type to unsigned long instead. This is possible as the buf->size is always aligned to PAGE_SIZE, and therefore the size will never have values lesser than 0. 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 <[email protected]> Cc: [email protected] Reviewed-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions