[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140318200353.GA24518@kroah.com>
Date: Tue, 18 Mar 2014 13:03:53 -0700
From: Greg KH <gregkh@...uxfoundation.org>
To: "Wang, Xiaoming" <xiaoming.wang@...el.com>
Cc: valentina.manea.m@...il.com, dan.carpenter@...cle.com,
standby24x7@...il.com, devel@...verdev.osuosl.org,
chuansheng.liu@...el.com, dongxing.zhang@...el.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: r8188eu: memory leak in rtw_free_cmd_obj if
command is (_Set_Drv_Extra)
On Tue, Mar 18, 2014 at 10:25:27AM -0400, Wang, Xiaoming wrote:
> pcmd->parmbuf->pbuf has been allocated if command is GEN_CMD_CODE(_Set_Drv_Extra),
> and it enqueued by rtw_enqueue_cmd. rtw_cmd_thread dequeue pcmd by rtw_dequeue_cmd.
> The memory leak happened on this branch "if( _FAIL == rtw_cmd_filter(pcmdpriv, pcmd) )"
> which goto post_process directly against freeing pcmd->parmbuf->pbuf in
> rtw_drvextra_cmd_hdl which is the cmd_hdl if command is (_Set_Drv_Extra).
> This patch free pcmd->parmbuf->pbuf on the forgotten branch to avoid memory leak.
>
> Signed-off-by: Zhang Dongxing <dongxing.zhang@...el.com>
> Signed-off-by: xiaoming wang <xiaoming.wang@...el.com>
You obviously didn't test this as it breaks the build :(
{sigh}
Please retry after 3.15-rc1 is out.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists