aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumalatha Malothu <smalot@codeaurora.org>2019-07-22 13:47:49 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2019-07-30 04:47:02 -0700
commit55407d0edcad60e932e26232c9a47ea0eaa0e3e3 (patch)
tree033130cb4651d7bd7e0e06b744bcacd2d28311fc
parent399063e4818e6fab3c16ed43f0aa354b3df0fc2b (diff)
msm:camera:isp: Fix array index bound checksLE.UM.3.3.1.r1-02900-qcs405.0
Added check for max array index Change-Id: I4f8a4b559c83c04577cd58376526668d29b6b723 Signed-off-by: Sumalatha Malothu <smalot@codeaurora.org>
-rw-r--r--drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util_32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util_32.c b/drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util_32.c
index 2eed3c077ff2..6dec6f8cb15c 100644
--- a/drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util_32.c
+++ b/drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util_32.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2018, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2013-2019, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -1214,7 +1214,7 @@ static void msm_isp_update_rdi_output_count(
for (i = 0; i < stream_cfg_cmd->num_streams; i++) {
if (HANDLE_TO_IDX(stream_cfg_cmd->stream_handle[i])
- > MAX_NUM_STREAM)
+ >= MAX_NUM_STREAM)
return;
stream_info =
&axi_data->stream_info[