commit | ca3b9c8325b8e2cf082770e5ae92cb06901e859e | [log] [tgz] |
---|---|---|
author | Jagadeesh Ponduru <quic_jponduru@quicinc.com> | Thu Mar 30 13:09:16 2023 +0530 |
committer | Jagadeesh Ponduru <quic_jponduru@quicinc.com> | Thu Mar 30 14:39:21 2023 +0530 |
tree | ff7b539807def85e3c4edc7d8b401635738fc5c2 | |
parent | ad065ed87e9a7ec1b21d4338978cec23c69c3208 [diff] |
msm: ipa3: fix pointer arithmetic to avoid out-of-bound When offset gets added to base of the array, it returns offset plus the number equal to size of the whole array. So, correct it by passing the address of offset element in the array. Change-Id: I8a087ca277bdc476674c7221b5fc0920e6986570