Skip to content
Commit 7051b701 authored by Raghavendra Ambadas's avatar Raghavendra Ambadas Committed by Gerrit - the friendly Code Review server
Browse files

msm: mdp3: fix the use after free problem


currently the fdget is failed and freed in mdp3_get_img,
and again same is freed in mdp3_put_img function.
This can cause a use after free issue.

Change-Id: Ic2ad97a201d36b2bb49d3fdc93bb19ce089b6cb4
Signed-off-by: default avatarRaghavendra Ambadas <quic_c_rambad@quicinc.com>
Signed-off-by: default avatarsrikanthreddy ponogoti <quic_sponogot@quicinc.com>
parent 97e211e8
Please register or to comment