From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Stancek Date: Thu, 25 Feb 2016 02:46:33 -0500 (EST) Subject: [LTP] [PATCH] mem/oom: call WEXITSTATUS() only if WIFEXITED() returned true In-Reply-To: <20160225011819.GB4402@localhost.localdomain> References: <20160224101914.GA4402@localhost.localdomain> <1952284603.26737557.1456311806125.JavaMail.zimbra@redhat.com> <20160225011819.GB4402@localhost.localdomain> Message-ID: <568467929.36937.1456386392891.JavaMail.zimbra@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it ----- Original Message ----- > From: "Han Pingtian" > To: "Jan Stancek" > Cc: ltp@lists.linux.it > Sent: Thursday, 25 February, 2016 2:18:19 AM > Subject: Re: [LTP] [PATCH] mem/oom: call WEXITSTATUS() only if WIFEXITED() returned true > > On Wed, Feb 24, 2016 at 06:03:26AM -0500, Jan Stancek wrote: > > Is this only theoretical or did you actually run into this? > > If so, what are the circumstances for this to happen? > > It is only theoretical. I composed this only based on code reading. > > Thanks. I fixed one line going over 80 characters and pushed it. Regards, Jan