From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH] Don't crash on unknown S_IFMT file modes Date: Mon, 6 Apr 2009 10:34:36 -0400 Message-ID: <200904061034.36523.sgrubb@redhat.com> References: <1028938143.2404851238069172743.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from x2.localnet (vpn-13-138.rdu.redhat.com [10.11.13.138]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n36EYxf2012481 for ; Mon, 6 Apr 2009 10:34:59 -0400 In-Reply-To: <1028938143.2404851238069172743.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit List-Id: linux-audit@redhat.com On Thursday 26 March 2009 08:06:12 am Miloslav Trmac wrote: > The attached patch: > * Modifies ausearch and libauparse to output the file format in octal if it > is unknown. * Modifies libauparse to use the same interpreted field format > as ausearch (without a space in the middle). * Modifies comma handling in > libauparse to avoid a strcat() call. Applied. -Steve