fix off-by-one overflow in msm_isp_get_bufq" commit 415aaeffadbd4a635ffba1ba34574c9ced0580b0 Author: Mohit Aggarwal <maggarwa@codeaurora.org> Date: Sat Apr 22 10:49:18 2017 +0530 diag: dci: Add protection while querying event status Currently, protection is missing when querying...
4 changes: 2 additions & 2 deletions 4 drivers/media/platform/msm/camera_v2/isp/msm_isp44.c Original file line numberDiff line numberDiff line change @@ -516,8 +516,8 @@ static void msm_vfe44_process_epoch_irq(struct vfe_device *vfe_dev, msm_isp_notify(vfe_dev, ISP_EVENT...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
The patch fixes the potential buffer overflow. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Evgeny Novikov <novikov@ispras.ru> Link: https://lore.kernel.org/r/20200703111518.9644-1-novikov@ispras.ru Signed-off-by: Guenter Roeck <linux@roeck-us.net> Sig...