Skip to content
Commit bdb176c8 authored by guyang's avatar guyang Committed by Hymavathi Bodala
Browse files

BACKPORT: media: venus: hfi: fix the check in session buffer requirement

Buffer requirement, for different buffer type, comes from video firmware.
While copying these requirements, there is an OOB possibility when the
payload from firmware is more than expected size. Fix the check to avoid
the OOB possibility.

commit b18e36df ("media: venus: hfi: fix the check to handle session
buffer requirement").

Change-Id: I8169c57b2c244c52bac0b4de460b9820707f6ff7
Cc: stable@vger.kernel.org
Fixes: 09c2845e

 ("[media] media: venus: hfi: add Host Firmware Interface (HFI)")
Reviewed-by: default avatarNathan Hebert <nhebert@chromium.org>
Signed-off-by: default avatarStanimir Varbanov <stanimir.k.varbanov@gmail.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarVikash Garodia <quic_vgarodia@quicinc.com>
Signed-off-by: default avatarGuang Yang <quic_guyang@quicinc.com>
(cherry picked from commit 1e0b4cf7)
parent a1960e53
Please register or to comment