All of lore.kernel.org
 help / color / mirror / Atom feed
From: daw@cs.berkeley.edu (David Wagner)
To: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 4/4] fs/qnx4: decrement sizeof size in strncmp
Date: Thu, 12 Nov 2009 23:49:49 +0000 (UTC)	[thread overview]
Message-ID: <hdi6ut$cs9$1@taverner.cs.berkeley.edu> (raw)
In-Reply-To: Pine.LNX.4.64.0911120849260.16627@ask.diku.dk

Julia Lawall  wrote:
> As observed by Joe Perches, sizeof of a constant string includes the
> trailing 0.  If what is wanted is to check the initial characters of
> another string, this trailing 0 should not be taken into account.  If an
> exact match is wanted, strcmp should be used instead.
>
> The semantic patch that makes this change is as follows:

A caution: Your patch changes behavior.  Is there a specific reason
to believe that the change in behavior is what is desired/intended in
this context?  Lacking any analysis that indicates that the change in
behavior is desired, I'm skeptical that a behavior-changing patch should
be applied.

  parent reply	other threads:[~2009-11-12 23:49 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-12  7:49 [PATCH 4/4] fs/qnx4: decrement sizeof size in strncmp Julia Lawall
2009-11-12  7:49 ` Julia Lawall
2009-11-12  9:25 ` Anders Larsen
2009-11-12  9:25   ` Anders Larsen
2009-11-12 10:05   ` Julia Lawall
2009-11-12 10:05     ` Julia Lawall
2009-11-12 10:14   ` Julia Lawall
2009-11-12 10:14     ` Julia Lawall
2009-11-12 10:22 ` sizeof vs strlen (was Re: [PATCH 4/4] fs/qnx4: decrement sizeof Bernd Petrovitsch
2009-11-12 10:22   ` sizeof vs strlen (was Re: [PATCH 4/4] fs/qnx4: decrement sizeof size in strncmp) Bernd Petrovitsch
2009-11-12 10:37   ` sizeof vs strlen (was Re: [PATCH 4/4] fs/qnx4: decrement sizeof Julia Lawall
2009-11-12 10:37     ` sizeof vs strlen (was Re: [PATCH 4/4] fs/qnx4: decrement sizeof size in strncmp) Julia Lawall
2009-11-12 15:33   ` sizeof vs strlen (was Re: [PATCH 4/4] fs/qnx4: decrement sizeof Julia Lawall
2009-11-12 15:33     ` sizeof vs strlen (was Re: [PATCH 4/4] fs/qnx4: decrement sizeof size in strncmp) Julia Lawall
2009-11-13 16:42     ` sizeof vs strlen (was Re: [PATCH 4/4] fs/qnx4: decrement Bernd Petrovitsch
2009-11-13 16:42       ` sizeof vs strlen (was Re: [PATCH 4/4] fs/qnx4: decrement sizeof size in strncmp) Bernd Petrovitsch
2009-11-12 22:08 ` [PATCH 4/4] fs/qnx4: decrement sizeof size in strncmp Anders Larsen
2009-11-12 22:08   ` Anders Larsen
2009-12-18 14:26   ` Jiri Kosina
2009-12-18 14:26     ` Jiri Kosina
2009-11-12 23:49 ` David Wagner [this message]
2009-11-13  0:06   ` Joe Perches

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='hdi6ut$cs9$1@taverner.cs.berkeley.edu' \
    --to=daw@cs.berkeley.edu \
    --cc=daw-news@cs.berkeley.edu \
    --cc=linux-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.