bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH 5/5] Fix styling in explicit bzero


From: Bruno Haible
Subject: Re: [PATCH 5/5] Fix styling in explicit bzero
Date: Sun, 12 Apr 2020 00:32:16 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-174-generic; KDE/5.18.0; x86_64; ; )

> diff --git a/lib/explicit_bzero.c b/lib/explicit_bzero.c
> index 59215852c..21f42292d 100644
> --- a/lib/explicit_bzero.c
> +++ b/lib/explicit_bzero.c
> @@ -53,7 +53,7 @@ void
>  explicit_bzero (void *s, size_t len)
>  {
>  #ifdef HAVE_EXPLICIT_MEMSET
> -  explicit_memset (s, 0, len);
> +  explicit_memset (s, '\0', len);

Looks good to me. Thanks.

Bruno




reply via email to

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