[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210414084709.GT6021@kadam>
Date: Wed, 14 Apr 2021 11:47:09 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: Muhammad Usama Anjum <musamaanjum@...il.com>
Cc: Josh Poimboeuf <jpoimboe@...hat.com>,
Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...nel.org>,
Miroslav Benes <mbenes@...e.cz>, Borislav Petkov <bp@...e.de>,
open list <linux-kernel@...r.kernel.org>,
kernel-janitors@...r.kernel.org, colin.king@...onical.com
Subject: Re: [PATCH] objtool: prevent memory leak in error paths
On Wed, Apr 14, 2021 at 01:45:11AM +0500, Muhammad Usama Anjum wrote:
> Memory allocated by sym and sym->name isn't being freed if some error
> occurs in elf_create_undef_symbol(). Free the sym and sym->name if error
> is detected before returning NULL.
>
> Addresses-Coverity: ("Prevent memory leak")
> Fixes: 2f2f7e47f052 ("objtool: Add elf_create_undef_symbol()")
> Signed-off-by: Muhammad Usama Anjum <musamaanjum@...il.com>
> ---
> Only build has been tested.
>
Just ignore leaks from the tools/ directory. These things run and then
exit and all the memory is freed. #OldSchoolGarbageCollector
regards,
dan carpenter
Powered by blists - more mailing lists