From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 2 Oct 2013 17:22:30 -0300 From: Gustavo Padovan To: Marcel Holtmann Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH] Bluetooth: Fix memory leak with L2CAP signal channels Message-ID: <20131002202230.GC3130@joana> References: <1380727701-44925-1-git-send-email-marcel@holtmann.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1380727701-44925-1-git-send-email-marcel@holtmann.org> List-ID: Hi Marcel, 2013-10-02 Marcel Holtmann : > The wrong type of L2CAP signalling packets on the wrong type of > either BR/EDR or LE links need to be dropped. When that happens > the packet is dropped, but the memory not freed. So actually > free the memory as well. > > Signed-off-by: Marcel Holtmann > --- > net/bluetooth/l2cap_core.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) Patch has been applied to bluetooth-next. Thanks. Gustavo