Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: algif_skcipher - sendmsg SG marking is off by one
We mark the end of the SG list in sendmsg and sendpage and unmark it on the next send call. Unfortunately the unmarking in sendmsg is off-by-one, leading to an SG list that is too short. Fixes: 0f477b6 ("crypto: algif - Mark sgl end at the end of data") Cc: [email protected] Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information