On Mon, Oct 30, 2023 at 12:02:59PM +0300, Dan Carpenter wrote: > Static checkers insist that the mpi_alloc() allocation can fail so add > a check to prevent a NULL dereference. Small allocations like this > can't actually fail in current kernels, but adding a check is very > simple and makes the static checkers happy. > > Fixes: 6637e11e4ad2 ("crypto: rsa - allow only odd e and restrict value in FIPS mode") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > --- > crypto/rsa.c | 2 ++ > 1 file changed, 2 insertions(+) Nack. Please fix the static checker instead. Thanks, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt