summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArkadi Sharshevsky <arkadis@mellanox.com>2018-03-08 12:42:10 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-03-31 18:05:46 +0200
commitab58638491e16fa3ab2e24ae6b94909ecefb753a (patch)
tree72c55dcdc57ae4cdd3004986ad9ac8f585de4a86 /Makefile
parenta21aaaf921ab3b0ca67621ddfbcbec59e815e5a7 (diff)
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: 9b00cf2d1024 ("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>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions