public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Florian Weimer <fw@deneb.enyo.de>
To: "H.J. Lu via Libc-alpha" <libc-alpha@sourceware.org>
Subject: Re: [PATCH] Initialize wchar_t string with wmemset [BZ #27655]
Date: Sat, 27 Mar 2021 18:45:30 +0100	[thread overview]
Message-ID: <87lfa88p8l.fsf@mid.deneb.enyo.de> (raw)
In-Reply-To: <20210327162433.3215479-1-hjl.tools@gmail.com> (H. J. Lu via Libc-alpha's message of "Sat, 27 Mar 2021 09:24:33 -0700")

* H. J. Lu via Libc-alpha:

> Use wmemset to initialize wchar_t string.
> ---
>  string/test-strnlen.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/string/test-strnlen.c b/string/test-strnlen.c
> index a49d93afa2..6163079d12 100644
> --- a/string/test-strnlen.c
> +++ b/string/test-strnlen.c
> @@ -27,6 +27,7 @@
>  
>  #ifndef WIDE
>  # define STRNLEN strnlen
> +# define MEMSET memset
>  # define CHAR char
>  # define BIG_CHAR CHAR_MAX
>  # define MIDDLE_CHAR 127
> @@ -34,6 +35,7 @@
>  #else
>  # include <wchar.h>
>  # define STRNLEN wcsnlen
> +# define MEMSET memset
>  # define CHAR wchar_t
>  # define BIG_CHAR WCHAR_MAX
>  # define MIDDLE_CHAR 1121

Shouldn't the second one be wmemset?

  reply	other threads:[~2021-03-27 17:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-27 16:24 H.J. Lu
2021-03-27 17:45 ` Florian Weimer [this message]
2021-03-27 17:49   ` [PATCH v2] " H.J. Lu
2021-03-27 17:52     ` Florian Weimer
2021-03-27 17:56       ` H.J. Lu
2022-01-27 17:06         ` H.J. Lu

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

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

  git send-email \
    --in-reply-to=87lfa88p8l.fsf@mid.deneb.enyo.de \
    --to=fw@deneb.enyo.de \
    --cc=libc-alpha@sourceware.org \
    /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).