[PATCH v4 5/8] lib: rsa: free local arrays after use in rsa_gen_key_prop()
Philipp Tomsich
philipp.tomsich at theobroma-systems.com
Fri May 22 16:25:31 CEST 2020
> On 22.05.2020, at 16:13, Heiko Stuebner <heiko at sntech.de> wrote:
>
> From: Heiko Stuebner <heiko.stuebner at theobroma-systems.com>
>
> 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 <heiko.stuebner at theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
More information about the U-Boot
mailing list