From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Viro Subject: Re: [PATCH] Audit: use == not = in if statements Date: Mon, 18 Feb 2008 18:54:47 -0500 Message-ID: <20080218235446.GG1473@devserv.devel.redhat.com> References: <1203376996.2928.50.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1203376996.2928.50.camel@localhost.localdomain> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Eric Paris Cc: linux-audit List-Id: linux-audit@redhat.com On Mon, Feb 18, 2008 at 06:23:16PM -0500, Eric Paris wrote: > Clearly this was supposed to be an == not an = in the if statement. > This patch also causes us to stop processing execve args once we have > failed rather than continuing to loop on failure over and over and over. > > Signed-off-by: Eric Paris ACK.