acl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Acl-devel] [PATCH] attr: Replace bzero with memset


From: Christoph Hellwig
Subject: Re: [Acl-devel] [PATCH] attr: Replace bzero with memset
Date: Sun, 11 Aug 2019 23:45:48 -0700
User-agent: Mutt/1.11.4 (2019-03-13)

On Sun, Aug 11, 2019 at 04:17:11PM -0700, Rosen Penev wrote:
> -             bzero((char *)&cursor, sizeof(cursor));
> +             memset((char *)&cursor, 0, sizeof(cursor));

You probably want to drop the cast here as well.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]