bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Bruno Haible <bruno@clisp.org>
To: bug-gnulib@gnu.org
Cc: roucaries.bastien@gmail.com, "Bastien Roucariès" <rouca@debian.org>
Subject: Re: [PATCH 2/2] Implement fallback for explicit_bzero using jump to volatile pointer
Date: Sat, 23 Jan 2021 14:33:11 +0100	[thread overview]
Message-ID: <2781291.sR0stCoGKP@omega> (raw)
In-Reply-To: <20210123112211.198683-3-rouca@debian.org>

> +#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	other threads:[~2021-01-23 13:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-23 11:22 [V5] explicit_bzero roucaries.bastien
2021-01-23 11:22 ` [PATCH 1/2] Support clang for explicit_bzero roucaries.bastien
2021-01-23 13:25   ` Bruno Haible
2021-01-23 11:22 ` [PATCH 2/2] Implement fallback for explicit_bzero using jump to volatile pointer roucaries.bastien
2021-01-23 13:33   ` Bruno Haible [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-23 10:49 [V4][0/2] explicit_bzero roucaries.bastien
2021-01-23 10:49 ` [PATCH 2/2] Implement fallback for explicit_bzero using jump to volatile pointer roucaries.bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.gnu.org/mailman/listinfo/bug-gnulib

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2781291.sR0stCoGKP@omega \
    --to=bruno@clisp.org \
    --cc=bug-gnulib@gnu.org \
    --cc=rouca@debian.org \
    --cc=roucaries.bastien@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).