From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH] Don't free() static data in libauparse Date: Mon, 2 Jun 2008 11:42:28 -0400 Message-ID: <200806021142.29018.sgrubb@redhat.com> References: <1212416953.2746.17.camel@amilo> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail.boston.redhat.com (mail.boston.redhat.com [10.16.255.12]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m52FgejZ030478 for ; Mon, 2 Jun 2008 11:42:45 -0400 Received: from vpn-10-69.bos.redhat.com (vpn-10-69.bos.redhat.com [10.16.10.69]) by mail.boston.redhat.com (8.13.1/8.13.1) with ESMTP id m52FgTQr017196 for ; Mon, 2 Jun 2008 11:42:30 -0400 In-Reply-To: <1212416953.2746.17.camel@amilo> 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@redhat.com List-Id: linux-audit@redhat.com On Monday 02 June 2008 10:29:13 Miloslav Trma=C4=8D wrote: > The "interpretation" code in libuparse stores literal strings as > interpreted data for the second operand of fcntl(). =C2=A0This causes a= crash > in free() when freeing the record. Applied. Thanks! -Steve