Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756444AbYLKNVU (ORCPT ); Thu, 11 Dec 2008 08:21:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755509AbYLKNVE (ORCPT ); Thu, 11 Dec 2008 08:21:04 -0500 Received: from g4t0015.houston.hp.com ([15.201.24.18]:9649 "EHLO g4t0015.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750767AbYLKNVD (ORCPT ); Thu, 11 Dec 2008 08:21:03 -0500 From: Paul Moore Organization: Hewlett-Packard To: Geert Uytterhoeven Subject: Re: [GIT]: Networking Date: Thu, 11 Dec 2008 08:20:59 -0500 User-Agent: KMail/1.9.10 Cc: David Miller , Linus Torvalds , Andrew Morton , netdev@vger.kernel.org, Linux Kernel Development References: <20081208.000655.211323914.davem@davemloft.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812110821.00002.paul.moore@hp.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1109 Lines: 32 On Thursday 11 December 2008 7:50:23 am Geert Uytterhoeven wrote: > On Mon, 8 Dec 2008, David Miller wrote: > > Here are the pending net fixes: > > > > 6) netlabel OOPS'er fix from Paul Moore. > > > > Paul Moore (1): > > netlabel: Fix a potential NULL pointer dereference > > This introduced: > | net/netlabel/netlabel_unlabeled.c:567: warning: 'entry' may be used > | uninitialized in this function > | net/netlabel/netlabel_unlabeled.c:629: warning: 'entry' may be used > | uninitialized in this function > > which may still oops, if the uninitialized entry pointer is > dereferenced (in case list_entry == NULL). Hi Geert, First of, a quick question: what version of gcc are you using? I'm using gcc-4.3.2 and I don't get this warning/error. Regardless, I'll send out a patch later today which should resolve the warning. -- paul moore linux @ hp -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/