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

Commit b5c581b6 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Remove Out-of-bound access"

parents edf9c40c 70ca3256
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1234,8 +1234,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 {