bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH 2/2] Implement fallback for explicit_bzero using jump to vola


From: Bruno Haible
Subject: Re: [PATCH 2/2] Implement fallback for explicit_bzero using jump to volatile pointer
Date: Sat, 23 Jan 2021 14:33:11 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-197-generic; KDE/5.18.0; x86_64; ; )

> +#else
> +  void * (* const volatile volatile_memset)(void *, int, size_t) = memset;
> +  (void) volatile_memset (s, '\0', len);
>  #endif
>  }

Thanks. I applied this, adding a comment and a gnulib-style ChangeLog entry.

Bruno




reply via email to

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