From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Meyering Date: Thu, 02 Jul 2009 13:01:52 +0200 Subject: [Cluster-devel] [PATCH gfs2-utils] don't dereference NULL for a hostdata string with no "=" In-Reply-To: <1246526378.3379.0.camel@localhost.localdomain> (Steven Whitehouse's message of "Thu, 02 Jul 2009 10:19:38 +0100") References: <87hbxzqbd3.fsf@meyering.net> <1246526378.3379.0.camel@localhost.localdomain> Message-ID: <87ljn7uz4v.fsf@meyering.net> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Steven Whitehouse wrote: > Looks good to me, Thanks. Pushed. > On Mon, 2009-06-29 at 17:59 +0200, Jim Meyering wrote: >> I didn't try to trigger this failure, but it looks like it'd be easy to do. >> Just use a "hostdata" option, but omit the "=". >> >> >> >From a4d5ba668ecdabc9cbeac7a8f6ce5d227edae6b7 Mon Sep 17 00:00:00 2001 >> From: Jim Meyering >> Date: Mon, 29 Jun 2009 17:58:16 +0200 >> Subject: [PATCH gfs2-utils] don't dereference NULL for a hostdata string with no "="