]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
crypto: xts - Fix an error handling path in 'create()'
authorChristophe Jaillet <christophe.jaillet@wanadoo.fr>
Tue, 26 Sep 2017 06:17:44 +0000 (08:17 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 7 Oct 2017 04:04:31 +0000 (12:04 +0800)
commit5125e4e867ab888f2d4b443a1ce463adefb370db
treeeb5749a57fcbce511b034c08f1b3ba1075d3241a
parent532f419cde077ffe9616c97902af177fbb868b17
crypto: xts - Fix an error handling path in 'create()'

All error handling paths 'goto err_drop_spawn' except this one.
In order to avoid some resources leak, we should do it as well here.

Fixes: f1c131b45410 ("crypto: xts - Convert to skcipher")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/xts.c