On Thu, 18 Jun 2020 at 08:23, Heiko Stuebner <[email protected]> wrote: > > From: Heiko Stuebner <[email protected]> > > n, rr and rrtmp are used for internal calculations, but in the end > the results are copied into separately allocated elements of the > actual key_prop, so the n, rr and rrtmp elements are not used anymore > when returning from the function and should of course be freed. > > Signed-off-by: Heiko Stuebner <[email protected]> > --- > changes in v4: > - new patch > > lib/rsa/rsa-keyprop.c | 19 +++++++++---------- > 1 file changed, 9 insertions(+), 10 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

