From: Dash Four <mr.dash.four@googlemail.com>
To: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Cc: Pablo Neira Ayuso <pablo@netfilter.org>,
Netfilter Core Team <netfilter-devel@vger.kernel.org>
Subject: Re: [PATCH v2 2/5] ipset: add "inner" flag implementation
Date: Sat, 29 Jun 2013 15:05:29 +0100 [thread overview]
Message-ID: <51CEE9A9.4090109@googlemail.com> (raw)
In-Reply-To: <alpine.DEB.2.00.1306291247010.25929@blackhole.kfki.hu>
Jozsef Kadlecsik wrote:
>> As you've probably guessed, I kept the old functions and their parameters in
>> order to preserve the existing interface API, since any changes I make to
>> these will break existing code using them. If there is no objection and there
>> is no such requirement, I'll get rid of them in the next release of the
>> patches - just let me know.
>>
>
> Yes, there's no such requirement and remove the backward compatibility
> part.
>
OK, I'll remove it then.
> The return value of ip[6]_hdr was never checked in ipset code yet, because
> it doesn't return NULL at the point where these code parts are called.
> It's an unnecessary checking.
>
Fair enough - I'll remove that check too.
>> I disagree. By having "return false" (or "return 0", "return -1" and so on)
>> instead of "goto err" it is not immediately apparent to someone who
>> studies/reviews/uses the code that this is an error condition/path. I have
>> been in that situation many times when I have to go back and look at a
>> particular function call to see what "return false" or "return 0" actually
>> means.
>>
>> By including "goto err" instead of multiple "return false" statement, that
>> makes it instantly obvious what the purpose of that statement is without
>> having to look elsewhere.
>>
>
> I see the point, to self-document the code, with the price of more lines.
> It's a little bit overdoing in my opinion: pretty apparent which is the
> error path and which is not. But this is highly a personal taste, I won't
> press it.
>
In other words, you'll be happy for me to leave things as they are -
with the "goto"?
next prev parent reply other threads:[~2013-06-29 14:05 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1371423775.git.mr.dash.four@googlemail.com>
2013-06-16 23:27 ` [PATCH v2 1/5] iptables: bugfix: prevent wrong syntax being accepted by the set match Dash Four
2013-06-16 23:27 ` [PATCH v2 2/5] ipset: add "inner" flag implementation Dash Four
2013-06-26 20:27 ` Jozsef Kadlecsik
2013-06-27 22:36 ` Dash Four
2013-06-27 22:45 ` Jeff Haran
2013-06-28 20:27 ` Dash Four
2013-06-29 11:10 ` Jozsef Kadlecsik
2013-07-01 17:06 ` Jeff Haran
2013-06-29 11:07 ` Jozsef Kadlecsik
2013-06-29 14:05 ` Dash Four [this message]
2013-06-29 18:13 ` Jozsef Kadlecsik
2013-06-16 23:27 ` [PATCH v2 3/5] ipset: add set match "inner" flag support Dash Four
2013-06-16 23:27 ` [PATCH v2 4/5] iptables: " Dash Four
2013-06-16 23:27 ` [PATCH v2 5/5] iptables (userspace): " Dash Four
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=51CEE9A9.4090109@googlemail.com \
--to=mr.dash.four@googlemail.com \
--cc=kadlec@blackhole.kfki.hu \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.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).