]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: fix possible memory leak in intel_hdcp_auth_downstream()
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 4 Jul 2019 10:45:34 +0000 (10:45 +0000)
committerJani Nikula <jani.nikula@intel.com>
Thu, 1 Aug 2019 10:08:34 +0000 (13:08 +0300)
commit8d20fd1aab999e423ecc667d8279544335e1326c
tree7ee0c13ab0b686f54285216979a3fcb1eb2e6916
parent265d8d42c6372e7f71bf4894eb805001054c065c
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: 7d99d4a40afc ("drm/i915: SRM revocation check for HDCP1.4 and 2.2")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190704104534.12508-1-weiyongjun1@huawei.com
drivers/gpu/drm/i915/display/intel_hdcp.c