commit | de95930946f5de3b5f43aaf4153a334d841d4f3c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Aug 20 21:11:17 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 27 11:26:58 2020 -0400 |
tree | 5e8283f2ec91b7c86a688113554827d977d61c8d | |
parent | 4431a9889c67f76e66aa99fb9ad9e10c014e268f [diff] |
lib/rsa: correct check after allocation in fdt_add_bignum() After allocating to pointer ctx we should check that pointer and not another pointer already checked above. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>