[U-Boot] [PATCH v2 23/78] net: tsec: Fix memory leak in error path

Joe Hershberger joe.hershberger at ni.com
Wed Jan 3 14:34:05 UTC 2018


On Wed, Dec 13, 2017 at 1:18 AM, Mario Six <mario.six at gdsys.cc> wrote:
> tsec_initialize allocates a private driver structure using malloc.
> Should the memory allocation of this private structure fail, the
> function execution is aborted with a return 0, but the previously
> allocated device structure is never freed, hence leaked.
>
> Free the device structure in the error case.
>
> Signed-off-by: Mario Six <mario.six at gdsys.cc>

Acked-by: Joe Hershberger <joe.hershberger at ni.com>


More information about the U-Boot mailing list