Merge "ARM: dts: msm: Remove Out-of-Bound access"
This commit is contained in:
commit
e5e5f57a02
1 changed files with 1 additions and 2 deletions
|
@ -1173,8 +1173,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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue