Re: [PATCH] net/vxlan: fix potential null pointer deference

2019-05-31 Thread Eric Dumazet
On 5/31/19 1:34 AM, Young Xiao wrote: > There is a possible null pointer deference bug in vxlan_fdb_info(), > which is similar to the bug which was fixed in commit 6adc5fd6a142 > ("net/neighbour: fix crash at dumping device-agnostic proxy entries"). > > Signed-off-by: Young Xiao <92siuy...@gmai

Re: [PATCH] net/vxlan: fix potential null pointer deference

2019-05-31 Thread Paolo Abeni
On Fri, 2019-05-31 at 16:34 +0800, Young Xiao wrote: > There is a possible null pointer deference bug in vxlan_fdb_info(), > which is similar to the bug which was fixed in commit 6adc5fd6a142 > ("net/neighbour: fix crash at dumping device-agnostic proxy entries"). > > Signed-off-by: Young Xiao <92

[PATCH] net/vxlan: fix potential null pointer deference

2019-05-31 Thread Young Xiao
There is a possible null pointer deference bug in vxlan_fdb_info(), which is similar to the bug which was fixed in commit 6adc5fd6a142 ("net/neighbour: fix crash at dumping device-agnostic proxy entries"). Signed-off-by: Young Xiao <92siuy...@gmail.com> --- drivers/net/vxlan.c | 2 +- 1 file chan