android_kernel_oneplus_msm8998/drivers/net/team
Arkadi Sharshevsky 24b90c696f team: Fix double free in error path
[ Upstream commit cbcc607e18422555db569b593608aec26111cb0b ]

The __send_and_alloc_skb() receives a skb ptr as a parameter but in
case it fails the skb is not valid:
- Send failed and released the skb internally.
- Allocation failed.

The current code tries to release the skb in case of failure which
causes redundant freeing.

Fixes: 9b00cf2d10 ("team: implement multipart netlink messages for options transfers")
Signed-off-by: Arkadi Sharshevsky <arkadis@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-03-31 18:12:34 +02:00
..
Kconfig
Makefile
team.c team: Fix double free in error path 2018-03-31 18:12:34 +02:00
team_mode_activebackup.c
team_mode_broadcast.c
team_mode_loadbalance.c
team_mode_random.c
team_mode_roundrobin.c