Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75a607c5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Remove Out-Of-Bound access"

parents b40e94fe c88eeb04
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1239,8 +1239,7 @@ static int qcedev_vbuf_ablk_cipher_max_xfer(struct qcedev_async_req *areq,
				goto exit;
			}

			k_align_dst += creq->vbuf.dst[dst_i].len +
						byteoffset;
			k_align_dst += creq->vbuf.dst[dst_i].len;
			creq->data_len -= creq->vbuf.dst[dst_i].len;
			dst_i++;
		} else {