Skip to content
Commit e514cc0a authored by Dan Carpenter's avatar Dan Carpenter Committed by Herbert Xu
Browse files

crypto: nx - off by one bug in nx_of_update_msc()

The props->ap[] array is defined like this:

	struct alg_props ap[NX_MAX_FC][NX_MAX_MODE][3];

So we can see that if msc->fc and msc->mode are == to NX_MAX_FC or
NX_MAX_MODE then we're off by one.

Fixes: ae0222b7

 ('powerpc/crypto: nx driver code supporting nx encryption')
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent a6d7bfd0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment