summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2022-11-11 17:59:17 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2022-11-18 16:59:34 +0800
commit3a58c231172537f7b0e19d93ed33decd04f80eab (patch)
tree937df6e4f0eb1e87094b07411f1512d7908e22fa /ipc
parent824db5cd1ec9b95c254fc317c3999f6b53e98b12 (diff)
downloadlinux-3a58c231172537f7b0e19d93ed33decd04f80eab.tar.bz2
crypto: cryptd - Use request context instead of stack for sub-request
cryptd is buggy as it tries to use sync_skcipher without going through the proper sync_skcipher interface. In fact it doesn't even need sync_skcipher since it's already a proper skcipher and can easily access the request context instead of using something off the stack. Fixes: 36b3875a97b8 ("crypto: cryptd - Remove VLA usage of skcipher") Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions