[PATCH] test: aes: fix memleak
Tom Rini
trini at konsulko.com
Thu Feb 13 23:12:09 CET 2020
On Thu, Feb 06, 2020 at 05:12:59PM +0100, Philippe Reynes wrote:
> In the first version, the result of malloc is checked
> with ut_assertnonnull. But on a fail, this macro exit
> the function, so previously malloc are not freed.
>
> So to avoid a memleak, we don't use ut_assertnonnull,
> but simply check the return of malloc. If one has failed,
> we freed all the allocated memory and quit the function.
>
> Reported-by: Coverity (CID: 284403)
> Reported-by: Coverity (CID: 284404)
> Reported-by: Coverity (CID: 284405)
> Reported-by: Coverity (CID: 284406)
> Reported-by: Coverity (CID: 284407)
> Signed-off-by: Philippe Reynes <philippe.reynes at softathome.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200213/b89fd9dd/attachment.sig>
More information about the U-Boot
mailing list