From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH] the usage of strchr is wrong Date: Tue, 5 Aug 2008 08:00:50 -0400 Message-ID: <200808050800.50976.sgrubb@redhat.com> References: <48803E3C.4060209@cn.fujitsu.com> <200808041537.31996.sgrubb@redhat.com> <4897B777.5070900@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4897B777.5070900@cn.fujitsu.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: Yu Zhiguo Cc: audit-list List-Id: linux-audit@redhat.com On Monday 04 August 2008 22:14:15 Yu Zhiguo wrote: > strchr returns a pointer, this pointer should be given to 'p' directly. That's what I meant. :) Fixed. Thanks, -Steve