From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miloslav Trmac Subject: Re: [PATCH] Don't crash on unknown S_IFMT file modes Date: Fri, 27 Mar 2009 11:55:00 -0400 (EDT) Message-ID: <653655667.2560521238169300902.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> References: <1238168675.7013.254.camel@homeserver> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1238168675.7013.254.camel@homeserver> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: LC Bruzenak Cc: linux-audit List-Id: linux-audit@redhat.com ----- "LC Bruzenak" wrote: > After applying this patch my build fails in the parse test section due > to a difference of no space after a comma: > > - mode=040730 (dir, 730) > + mode=040730 (dir,730) > > Do you think your changes would cause this? Yes, that change was intentional and documented in the patch. I forgot to run (make check) and update the test case. Mirek