netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: me@mortis.eu
Cc: linux-kernel@vger.kernel.org, dsterba@suse.cz, mac@melware.de,
	isdn@linux-pingi.de, netdev@vger.kernel.org
Subject: Re: [PATCH RESEND] isdn: fix NUL (\0 or \x00) specification in string
Date: Mon, 12 Jan 2015 15:32:11 -0500 (EST)	[thread overview]
Message-ID: <20150112.153211.1568185988607410812.davem@davemloft.net> (raw)
In-Reply-To: <1420657812-19445-1-git-send-email-me@mortis.eu>

From: Giel van Schijndel <me@mortis.eu>
Date: Wed,  7 Jan 2015 20:10:12 +0100

> In C one can either use '\0' or '\x00' (or '\000') to add a NUL byte to
> a string. '\0x00' isn't part of these and will in fact result in a
> single NUL followed by "x00". This fixes that.
> 
> Signed-off-by: Giel van Schijndel <me@mortis.eu>
> Reported-at: http://www.viva64.com/en/b/0299/

Applied, thank you.

      reply	other threads:[~2015-01-12 20:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-04 18:05 [PATCH] Fix NUL (\0 or \x00) specification in string Giel van Schijndel
2015-01-04 23:04 ` Giel van Schijndel
2015-01-05 15:00 ` David Sterba
2015-01-06 19:28   ` Giel van Schijndel
2015-01-07 12:22     ` David Sterba
2015-01-07 18:45       ` Andy Shevchenko
2015-01-07 19:10 ` [PATCH RESEND] isdn: fix " Giel van Schijndel
2015-01-12 20:32   ` David Miller [this message]

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=20150112.153211.1568185988607410812.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=dsterba@suse.cz \
    --cc=isdn@linux-pingi.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mac@melware.de \
    --cc=me@mortis.eu \
    --cc=netdev@vger.kernel.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 NNTP newsgroup(s).