diff options
author | Tung Nguyen <[email protected]> | 2019-11-28 10:10:05 +0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-11-28 23:09:14 -0800 |
commit | 2fe97a578d7bad3116a89dc8a6692a51e6fc1d9c (patch) | |
tree | b2d92eff181c5d7de25e68d0d47d4118b0795578 /scripts/gcc-plugins/cyc_complexity_plugin.c | |
parent | 61183b056b49e2937ff92a1424291ba36a6f6d05 (diff) |
tipc: fix potential memory leak in __tipc_sendmsg()
When initiating a connection message to a server side, the connection
message is cloned and added to the socket write queue. However, if the
cloning is failed, only the socket write queue is purged. It causes
memory leak because the original connection message is not freed.
This commit fixes it by purging the list of connection message when
it cannot be cloned.
Fixes: 6787927475e5 ("tipc: buffer overflow handling in listener socket")
Reported-by: Hoang Le <[email protected]>
Signed-off-by: Tung Nguyen <[email protected]>
Acked-by: Ying Xue <[email protected]>
Acked-by: Jon Maloy <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions