From: Matti Vaittinen <matti.vaittinen@nsn.com>
To: ext Dan Carpenter <dan.carpenter@oracle.com>
Cc: netdev@vger.kernel.org
Subject: re: IPv6 routing, NLM_F_* flag support: REPLACE and EXCL
Date: Tue, 15 Nov 2011 12:26:23 +0200 [thread overview]
Message-ID: <1321352783.1858.62.camel@hakki> (raw)
In-Reply-To: <20111115090107.GA18307@elgon.mountain>
On Tue, 2011-11-15 at 12:01 +0300, ext Dan Carpenter wrote:
> flags support, warn about missing CREATE flag
>
> Hello Matti Vaittinen,
>
> This is a semi-automatic email about new static checker warnings.
>
> The patch 4a287eba2de3: "IPv6 routing, NLM_F_* flag support: REPLACE
> and EXCL flags support, warn about missing CREATE flag" from Nov 14,
> 2011, leads to the following Smatch complaint:
>
> net/ipv6/ip6_fib.c +656 fib6_add_rt2node()
> error: we previously assumed 'info' could be null (see line 641)
>
> net/ipv6/ip6_fib.c
> 640 (info->nlh->nlmsg_flags&NLM_F_REPLACE));
> 641 int add = ((NULL == info || NULL == info->nlh) ||
> ^^^^^^^^^^^^
> Checked here.
>
> 642 (info->nlh->nlmsg_flags&NLM_F_CREATE));
> 656 if (NULL != info->nlh &&
> ^^^^^^^^^
> Not checked here. Btw, I looked at the callers and info is always
> a valid pointer.
Yes. It really seems the info is always a valid pointer.
I could find only two places where this info can come from.
First is ip6_ins_rt at route.c where info is allocated from stack.
Second is ip6_route_add, where info is part of the
fib6_config struct - and already assumed to be valid.
I'll prepare a patch which removes these unnecessary checks.
--
Matti Vaittinen
+358 504863070
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Told a UDP joke the other night...
...but I'm not sure everyone got it...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
prev parent reply other threads:[~2011-11-15 10:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-15 9:01 IPv6 routing, NLM_F_* flag support: REPLACE and EXCL Dan Carpenter
2011-11-15 10:26 ` Matti Vaittinen [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=1321352783.1858.62.camel@hakki \
--to=matti.vaittinen@nsn.com \
--cc=dan.carpenter@oracle.com \
--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).