[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200615.125524.1811736198326106801.davem@davemloft.net>
Date: Mon, 15 Jun 2020 12:55:24 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: martinvarghesenokia@...il.com
Cc: netdev@...r.kernel.org, martin.varghese@...ia.com
Subject: Re: [PATCH net] bareudp: Fixed multiproto mode configuration
From: Martin Varghese <martinvarghesenokia@...il.com>
Date: Mon, 15 Jun 2020 11:09:29 +0530
> From: Martin <martin.varghese@...ia.com>
>
> Code to handle multiproto configuration is missing.
>
> Fixes: 4b5f67232d95 ("net: Special handling for IP & MPLS")
> Signed-off-by: Martin <martin.varghese@...ia.com>
There are two bugs here.
'conf' is not initialized and can contain garbage, for all fields
not just the multiproto mode configuration.
And also the multiproto mode configuration is not looked at.
So there should be two patches, one for each bug.
Powered by blists - more mailing lists