Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit f5caaa47 authored by Justin Green's avatar Justin Green Committed by Mauro Carvalho Chehab
Browse files

media: mediatek: vcodec: return EINVAL if plane is too small


Modify vb2ops_vdec_buf_prepare to return EINVAL if the size of the plane
is less than the size of the image. Currently we just log an error and
return 0 anyway, which may cause a buffer overrun bug.

Signed-off-by: default avatarJustin Green <greenjustin@chromium.org>
Suggested-by: default avatarAndres Calderon Jaramillo <andrescj@chromium.org>
Reviewed-by: default avatarNicolas Dufresne <nicolas.dufresne@collabora.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent d4de27a9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment