diff options
author | David Ahern <dsahern@gmail.com> | 2018-03-29 22:49:52 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-04-12 13:31:17 +0300 |
commit | 088d65ddf9c58fff8779d6759dc5757bb1e46476 (patch) | |
tree | 8ee856f2b53d9fda95fe7d99982771e38db64ac0 /crypto | |
parent | 51c6ba0d8d71d40f5b080c7187ac4edd8944364e (diff) | |
download | linux-088d65ddf9c58fff8779d6759dc5757bb1e46476.tar.xz |
vrf: Fix use after free and double free in vrf_finish_output
[ Upstream commit 82dd0d2a9a76fc8fa2b18d80b987d455728bf83a ]
Miguel reported an skb use after free / double free in vrf_finish_output
when neigh_output returns an error. The vrf driver should return after
the call to neigh_output as it takes over the skb on error path as well.
Patch is a simplified version of Miguel's patch which was written for 4.9,
and updated to top of tree.
Fixes: 8f58336d3f78a ("net: Add ethernet header for pass through VRF device")
Signed-off-by: Miguel Fadon Perlines <mfadon@teldat.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions