crypto: lib/mpi - Fix an "Uninitialized scalar variable" issue
authorQianqiang Liu <qianqiang.liu@163.com>
Fri, 13 Sep 2024 14:07:42 +0000 (22:07 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 16 Oct 2024 05:38:16 +0000 (13:38 +0800)
commitcd843399d706411ff80520fb7883afeeefa76e98
tree552a69cf1f28cea9e11a2ce0929eb2d71f1c291f
parente845d2399a00f866f287e0cefbd4fc7d8ef0d2f7
crypto: lib/mpi - Fix an "Uninitialized scalar variable" issue

The "err" variable may be returned without an initialized value.

Fixes: 8e3a67f2de87 ("crypto: lib/mpi - Add error checks to extension")
Signed-off-by: Qianqiang Liu <qianqiang.liu@163.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
lib/crypto/mpi/mpi-mul.c