From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH] Fix uninitialized data access in audit_log_user_command() Date: Mon, 24 Mar 2008 08:36:01 -0400 Message-ID: <200803240836.01847.sgrubb@redhat.com> References: <1206325959.17164.35.camel@amilo> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from vpn-14-236.rdu.redhat.com (vpn-14-236.rdu.redhat.com [10.11.14.236]) by mail.boston.redhat.com (8.13.1/8.13.1) with ESMTP id m2OCabj2004943 for ; Mon, 24 Mar 2008 08:36:37 -0400 In-Reply-To: <1206325959.17164.35.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 Sunday 23 March 2008 22:32:39 Miloslav Trma=C4=8D wrote: > audit_log_user_command() uses uninitialized commname if getcwd() fails. > The attached patch fixes this. Applied. Thanks! -Steve