commit | 019b13ae85260cfab9d7ccb6ca58f094d18a24fd | [log] [tgz] |
---|---|---|
author | Matthias Schiffer <mschiffer@universe-factory.net> | Tue Jun 27 14:42:43 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 27 14:40:35 2017 -0400 |
tree | 090b93abb8ec16bcc299e0db8fe7b912460ade61 | |
parent | c017ce0a9ad753e3835d7f8f5fca89960380e816 [diff] |
vxlan: fix incorrect nlattr access in MTU check The access to the wrong variable could lead to a NULL dereference and possibly other invalid memory reads in vxlan newlink/changelink requests with a IFLA_MTU attribute. Fixes: a985343ba906 "vxlan: refactor verification and application of configuration" Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> Signed-off-by: David S. Miller <davem@davemloft.net>