From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 12 Oct 2010 10:38:46 +0100 From: Johan Hedberg To: Luiz Augusto von Dentz Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH 2/4] Fix possible NULL pointer deference Message-ID: <20101012093846.GB23502@jh-x301> References: <1286870891-5862-1-git-send-email-luiz.dentz@gmail.com> <1286870891-5862-2-git-send-email-luiz.dentz@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1286870891-5862-2-git-send-email-luiz.dentz@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Luiz, On Tue, Oct 12, 2010, Luiz Augusto von Dentz wrote: > From: Luiz Augusto von Dentz > > Variable "transfer" tracked as NULL was passed to function > "transfer_unregister" that dereferences it. > --- > client/session.c | 6 ++---- > 1 files changed, 2 insertions(+), 4 deletions(-) Pushed upstream. Thanks. Johan