Skip to content
Commit 0584674d authored by Wei Yongjun's avatar Wei Yongjun Committed by Jani Nikula
Browse files

drm/i915: fix possible memory leak in intel_hdcp_auth_downstream()



'ksv_fifo' is malloced in intel_hdcp_auth_downstream() and should be
freed before leaving from the error handling cases, otherwise it will
cause memory leak.

Fixes: f26ae6a6 ("drm/i915: SRM revocation check for HDCP1.4 and 2.2")
Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190704104534.12508-1-weiyongjun1@huawei.com


(cherry picked from commit de70fdd7)
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
parent e21a712a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment