[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160405174341.673e1141@bbrezillon>
Date: Tue, 5 Apr 2016 17:43:41 +0200
From: Boris Brezillon <boris.brezillon@...e-electrons.com>
To: Han Xu <han.xu@....com>
Cc: <richard@....at>, <dwmw2@...radead.org>,
<computersforpeace@...il.com>, <linux-mtd@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] mtd: gpmi: fix raw_buffer pointer double free issue
On Mon, 4 Apr 2016 15:41:29 -0500
Han Xu <han.xu@....com> wrote:
> fix the raw_buffer pointer double free issue found by coverify.
>
> CID 18344 (#2 of 2): Double free (USE_AFTER_FREE)
> 3. double_free: Calling gpmi_alloc_dma_buffer frees pointer
> this->raw_buffer which has already been freed
>
> Signed-off-by: Han Xu <han.xu@....com>
Applied.
Thanks,
Boris
> ---
>
> changes in v2:
> - add coverity check log
> ---
> drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c b/drivers/mtd/nand/gpmi-nand/gpmi-nand.c
> index 8122c69..dcb60b0 100644
> --- a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c
> +++ b/drivers/mtd/nand/gpmi-nand/gpmi-nand.c
> @@ -797,6 +797,7 @@ static void gpmi_free_dma_buffer(struct gpmi_nand_data *this)
>
> this->cmd_buffer = NULL;
> this->data_buffer_dma = NULL;
> + this->raw_buffer = NULL;
> this->page_buffer_virt = NULL;
> this->page_buffer_size = 0;
> }
--
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
Powered by blists - more mailing lists