diff options
author | Arkadi Sharshevsky <[email protected]> | 2018-03-08 12:42:10 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-03-08 11:19:52 -0500 |
commit | cbcc607e18422555db569b593608aec26111cb0b (patch) | |
tree | bf0cf929c0f41554e7aecf7810ff3acf8fdaacce /scripts/gcc-plugins/randomize_layout_plugin.c | |
parent | cfda06d7362b4151ad9acc4765ad15e8dd969e4a (diff) |
team: Fix double free in error path
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 <[email protected]>
Acked-by: Jiri Pirko <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/randomize_layout_plugin.c')
0 files changed, 0 insertions, 0 deletions