commit | 5125e4e867ab888f2d4b443a1ce463adefb370db | [log] [tgz] |
---|---|---|
author | Christophe Jaillet <christophe.jaillet@wanadoo.fr> | Tue Sep 26 08:17:44 2017 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Oct 07 12:04:31 2017 +0800 |
tree | eb5749a57fcbce511b034c08f1b3ba1075d3241a | |
parent | 532f419cde077ffe9616c97902af177fbb868b17 [diff] |
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>