From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Viro Subject: Re: [PATCH] log more info for directory entry change events Date: Fri, 9 Jun 2006 09:11:13 -0400 Message-ID: <20060609131113.GD22634@devserv.devel.redhat.com> References: <20060609031931.GA5759@zk3.dec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from devserv.devel.redhat.com (devserv.devel.redhat.com [172.16.58.1]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k59DBDIn030097 for ; Fri, 9 Jun 2006 09:11:13 -0400 Received: from devserv.devel.redhat.com (localhost.localdomain [127.0.0.1]) by devserv.devel.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k59DBDl6000966 for ; Fri, 9 Jun 2006 09:11:13 -0400 Received: (from aviro@localhost) by devserv.devel.redhat.com (8.12.11.20060308/8.12.11/Submit) id k59DBD6o000964 for linux-audit@redhat.com; Fri, 9 Jun 2006 09:11:13 -0400 Content-Disposition: inline In-Reply-To: <20060609031931.GA5759@zk3.dec.com> 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 Thu, Jun 08, 2006 at 11:19:31PM -0400, Amy Griffis wrote: > +extern const char * audit_log_n_untrustedstring(struct audit_buffer *ab, > + unsigned n, > + const char *string); > +static void audit_log_n_string(struct audit_buffer *ab, size_t slen, > + const char *string) ... and size_t != unsigned. Fixed in git tree.