From: Stefan Hajnoczi <stefanha@gmail.com>
To: Thomas Huth <thuth@redhat.com>
Cc: "Daniel P. Berrange" <berrange@redhat.com>,
qemu-devel@nongnu.org, qemu-trivial@nongnu.org,
Peter Maydell <peter.maydell@linaro.org>,
Gerd Hoffmann <kraxel@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] [PATCH] sockets: avoid formatting buffer that may not be NULL terminated
Date: Wed, 5 Jul 2017 14:41:04 +0100 [thread overview]
Message-ID: <20170705134104.GD1280@stefanha-x1.localdomain> (raw)
In-Reply-To: <c4381bd8-a417-0c3b-f3c2-1292ca9f6dfc@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1434 bytes --]
On Mon, Jun 26, 2017 at 12:19:40PM +0200, Thomas Huth wrote:
> On 26.06.2017 12:11, Daniel P. Berrange wrote:
> > The 'sun_path' field in the sockaddr_un struct is not required
> > to be NULL termianted, so when reporting an error, we must use
>
> s/NULL/NUL/
>
> NULL is a pointer, NUL is the '\0' character.
I wanted to point out the same thing to someone recently, so I chased up
a reference to the NUL character in RFC 20 "ASCII format for Network
Interchange". After all, no one can argue with an RFC.
What I found shocked me! There must be a typo in the ASCII RFC:
https://tools.ietf.org/html/rfc20#section-5.2
I closed my browser tab quickly and headed to Wikipedia instead. If the
primary source didn't support my argument, I could always count on good
old Wikipedia...
But do you know what I found? Someone had conflated nul and null on the
Wikipedia entry:
https://en.wikipedia.org/wiki/Null_character
Amateurs! The Wikipedia editors probably didn't have the intellectual
calibre to question the correctness of the RFC text the way I did.
But to cut a long story short, as my search continued the evidence
became overwhelming. It is acceptable to refer to the nul character as
the null character.
Coming back to the patch in question, although we can't complain about
the "NULL" it's with considerable joy that I'd like to highlight:
s/termianted/terminated/
:)
Stefan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]
next prev parent reply other threads:[~2017-07-05 13:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-26 10:11 [Qemu-devel] [PATCH] sockets: avoid formatting buffer that may not be NULL terminated Daniel P. Berrange
2017-06-26 10:19 ` Thomas Huth
2017-07-05 13:41 ` Stefan Hajnoczi [this message]
2017-07-05 13:50 ` Thomas Huth
2017-07-05 15:51 ` Markus Armbruster
2017-07-05 13:41 ` Stefan Hajnoczi
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=20170705134104.GD1280@stefanha-x1.localdomain \
--to=stefanha@gmail.com \
--cc=berrange@redhat.com \
--cc=kraxel@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=thuth@redhat.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 NNTP newsgroup(s).