Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261563AbUDPXUr (ORCPT ); Fri, 16 Apr 2004 19:20:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261197AbUDPXUr (ORCPT ); Fri, 16 Apr 2004 19:20:47 -0400 Received: from delerium.kernelslacker.org ([81.187.208.145]:28323 "EHLO delerium.codemonkey.org.uk") by vger.kernel.org with ESMTP id S263210AbUDPXUo (ORCPT ); Fri, 16 Apr 2004 19:20:44 -0400 Date: Sat, 17 Apr 2004 00:18:23 +0100 From: Dave Jones To: Jeff Garzik Cc: viro@parcelfarce.linux.theplanet.co.uk, Linus Torvalds , Linux Kernel , bfennema@falcon.csc.calpoly.edu Subject: Re: Fix UDF-FS potentially dereferencing null Message-ID: <20040416231823.GZ20937@redhat.com> Mail-Followup-To: Dave Jones , Jeff Garzik , viro@parcelfarce.linux.theplanet.co.uk, Linus Torvalds , Linux Kernel , bfennema@falcon.csc.calpoly.edu References: <20040416214104.GT20937@redhat.com> <20040416220014.GI24997@parcelfarce.linux.theplanet.co.uk> <40806880.1030007@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40806880.1030007@pobox.com> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1003 Lines: 24 On Fri, Apr 16, 2004 at 07:13:04PM -0400, Jeff Garzik wrote: > >Check in question is a BS - it never gets NULL passed as dir. > > Yes, it looks like a lot of these NULL checks caught can be fixed simply > by removing bogus and/or redundant checks. And there's a *lot* of them. Those half dozen or so patches earlier were results of just a quick random skim of the list the coverity folks came up with. It'll take a lot of effort to 'fix' them all, and given the non-severity of a lot of them, I'm not convinced it's worth the effort. Some of them are obvious bugs (like the edd patches), but others are a little less obvious, and thats where a lot of time can be wasted. I've lost motivation to dig further for the time being. Maybe later. Dave - 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/