Re: [PATCH] lib: rsa: rsa-verify: also check that padding is not NULL

2021-10-26 Thread Tom Rini
On Fri, Oct 15, 2021 at 11:28:47AM +0200, Philippe Reynes wrote: > This commit adds a check on the padding in the function rsa_verify_key > to avoid using a NULL pointer. > > Signed-off-by: Philippe Reynes > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc De

Re: [PATCH] lib: rsa: rsa-verify: also check that padding is not NULL

2021-10-24 Thread Simon Glass
On Fri, 15 Oct 2021 at 03:28, Philippe Reynes wrote: > > This commit adds a check on the padding in the function rsa_verify_key > to avoid using a NULL pointer. > > Signed-off-by: Philippe Reynes > --- > lib/rsa/rsa-verify.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by:

[PATCH] lib: rsa: rsa-verify: also check that padding is not NULL

2021-10-15 Thread Philippe Reynes
This commit adds a check on the padding in the function rsa_verify_key to avoid using a NULL pointer. Signed-off-by: Philippe Reynes --- lib/rsa/rsa-verify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rsa/rsa-verify.c b/lib/rsa/rsa-verify.c index 600c93ab81..83f75641