[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190305.125934.1546197853406629487.davem@davemloft.net>
Date: Tue, 05 Mar 2019 12:59:34 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: pabeni@...hat.com
Cc: netdev@...r.kernel.org, dsa@...ulusnetworks.com
Subject: Re: [PATCH net] ipv4/route: fail early when inet dev is missing
From: Paolo Abeni <pabeni@...hat.com>
Date: Tue, 5 Mar 2019 13:49:39 +0100
> If a non local multicast packet reaches ip_route_input_rcu() while
> the ingress device is NULL, we end up doing a NULL pointer
> dereference in IN_DEV_MFORWARD().
>
> Since the later call to ip_route_input_mc() is going to fail if
> !in_dev, we can fail early in such scenario and avoid the dangerous
> code path.
>
> Reported-by: Tianhao Zhao <tizhao@...hat.com>
> Fixes: e58e41596811 ("net: Enable support for VRF with ipv4 multicast")
> Signed-off-by: Paolo Abeni <pabeni@...hat.com>
Please adjust your commit log message based upon David Ahern's feedback,
thank you.
Powered by blists - more mailing lists