Add a WARN_ON_ONCE in vb2_set_plane_payload if bytesused is bigger than length and clamp the bytesused to lenth. Also change places where bytesused is set directly with that function. This help find/eliminate possible buffer overflow. chnages since v2: * replace WARN_ON with WARN_ON_ONCE * clamp the bytesused to the buffer length if it is bigger * add inline doc Dafna Hirschfeld (2): media: replace setting of bytesused with vb2_set_plane_payload media: videobuf2: add WARN_ON if bytesused is bigger than buffer length drivers/media/platform/allegro-dvt/allegro-core.c | 2 +- drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c | 10 +++++----- drivers/media/test-drivers/vicodec/vicodec-core.c | 2 +- drivers/media/usb/go7007/go7007-driver.c | 2 +- drivers/staging/media/meson/vdec/vdec_helpers.c | 10 +++++----- include/media/videobuf2-core.h | 8 +++++++- 6 files changed, 20 insertions(+), 14 deletions(-) -- 2.17.1