From: Andrew Morton <akpm@linux-foundation.org>
To: holzheu@linux.vnet.ibm.com
Cc: andre.goddard@gmail.com, schwidefsky@de.ibm.com,
heiko.carstens@de.ibm.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Fix strim() semantics for strings that have only blanks
Date: Thu, 13 Oct 2011 16:54:31 -0700 [thread overview]
Message-ID: <20111013165431.b84ffab4.akpm@linux-foundation.org> (raw)
In-Reply-To: <1318408317.2891.3.camel@br98xy6r>
On Wed, 12 Oct 2011 10:31:57 +0200
Michael Holzheu <holzheu@linux.vnet.ibm.com> wrote:
> Hello Andre,
>
> With git commit 84c95c9acf088c99d8793d78036b67faa5d0b851 a patch from
> you went upstream where you wanted to improve the performance of the
> strim() function.
>
> Unfortunately this changed the semantics of strim() and broke my code. Before
> the patch it was possible to use strim() without using the return value for
> removing trailing spaces from strings that had either only blanks or only
> trailing blanks.
>
> Now this does not work any longer for strings that *only* have blanks.
>
> Before patch: " " -> "" (empty string)
> After patch: " " -> " " (no change)
>
> I think we should remove your patch to restore the old behavior.
>
> >From the description (lib/string.c):
>
> * Note that the first trailing whitespace is replaced with a %NUL-terminator
>
> => The first trailing whitespace of a string that only has whitespace
> characters is the first whitespace
Yes, that change makes sense.
> Also strim() explicitly does not have "__must_check", in order to use it
> without using the return value.
>
This observation seems to have nothing to do with the patch?
I think that strim() _should_ have __must_check annotation (which means
that strim() simply disappears, which is good). It is only safe to
ignore the strim() return value if the caller knows that the string
started with a non-space. The number of situations where this is
guaranteed are faily small, I suspect. Whereas the chances of someone
screwing this up are pretty high :(
next prev parent reply other threads:[~2011-10-13 23:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-12 8:31 [PATCH] Fix strim() semantics for strings that have only blanks Michael Holzheu
2011-10-13 23:54 ` Andrew Morton [this message]
2011-10-14 8:44 ` Michael Holzheu
2011-10-17 11:24 ` André Goddard Rosa
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=20111013165431.b84ffab4.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=andre.goddard@gmail.com \
--cc=heiko.carstens@de.ibm.com \
--cc=holzheu@linux.vnet.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=schwidefsky@de.ibm.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