From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [PATCH] Pointer should be checked before use Date: Wed, 9 Jan 2008 15:36:06 +0000 Message-ID: <20080109153606.GZ4214@implementation.uk.xensource.com> References: <8C834404208B254EAD4E532C948598690135D10D@pdsmsx412.ccr.corp.intel.com> <18308.40274.237473.690256@mariner.uk.xensource.com> <8C834404208B254EAD4E532C94859869013B8566@pdsmsx412.ccr.corp.intel.com> <18308.59276.384302.29397@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <18308.59276.384302.29397@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Jackson Cc: xen-devel@lists.xensource.com, "Yang, Xiaowei" List-Id: xen-devel@lists.xenproject.org Ian Jackson, le Wed 09 Jan 2008 15:26:04 +0000, a écrit : > (Typically people who write code which checks for error returns also > avoid passing bogus arguments in the first place.) And typically people who pass bogus arguments don't bother checking for errors that functions may return :) Samuel