[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190827.150648.431923364610590177.davem@davemloft.net>
Date: Tue, 27 Aug 2019 15:06:48 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: xiyou.wangcong@...il.com
Cc: netdev@...r.kernel.org, itugrok@...oo.com, jhs@...atatu.com,
jiri@...nulli.us
Subject: Re: [Patch net] net_sched: fix a NULL pointer deref in ipt action
From: Cong Wang <xiyou.wangcong@...il.com>
Date: Sun, 25 Aug 2019 10:01:32 -0700
> The net pointer in struct xt_tgdtor_param is not explicitly
> initialized therefore is still NULL when dereferencing it.
> So we have to find a way to pass the correct net pointer to
> ipt_destroy_target().
>
> The best way I find is just saving the net pointer inside the per
> netns struct tcf_idrinfo, which could make this patch smaller.
>
> Fixes: 0c66dc1ea3f0 ("netfilter: conntrack: register hooks in netns when needed by ruleset")
> Reported-and-tested-by: itugrok@...oo.com
> Cc: Jamal Hadi Salim <jhs@...atatu.com>
> Cc: Jiri Pirko <jiri@...nulli.us>
> Signed-off-by: Cong Wang <xiyou.wangcong@...il.com>
Applied and queued up for -stable, thanks.
Powered by blists - more mailing lists