From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Florian Eckert <eckert.florian@googlemail.com>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH] (fix_led_parse_delay) value will now be set
Date: Tue, 6 Aug 2013 15:38:09 +0200 [thread overview]
Message-ID: <20130806133809.GA15437@localhost> (raw)
In-Reply-To: <1375795561-11839-1-git-send-email-Eckert.Florian@googlemail.com>
On Tue, Aug 06, 2013 at 03:26:01PM +0200, Florian Eckert wrote:
> ---
> extensions/libxt_LED.c | 2 ++
> 1 Datei geändert, 2 Zeilen hinzugefügt(+)
>
> diff --git a/extensions/libxt_LED.c b/extensions/libxt_LED.c
> index 8622c37..fd1e726 100644
> --- a/extensions/libxt_LED.c
> +++ b/extensions/libxt_LED.c
> @@ -63,6 +63,8 @@ static void LED_parse(struct xt_option_call *cb)
> xtables_error(PARAMETER_PROBLEM,
> "Delay value must be within range 0..%u",
> UINT32_MAX);
> + else
> + led->delay=atoi(cb->arg);
> break;
We have a fix for this already:
http://git.netfilter.org/iptables/commit/?id=96c42d4c46df3edbd41fa47b860fba217f03cfeb
Will be available in upcoming iptables 1.4.20.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2013-08-06 13:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-06 13:26 [PATCH] (fix_led_parse_delay) value will now be set Florian Eckert
2013-08-06 13:38 ` Pablo Neira Ayuso [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=20130806133809.GA15437@localhost \
--to=pablo@netfilter.org \
--cc=eckert.florian@googlemail.com \
--cc=netfilter-devel@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.