diff options
author | Tung Nguyen <tung.q.nguyen@dektech.com.au> | 2019-11-28 10:10:05 +0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-11-28 23:09:14 -0800 |
commit | 2fe97a578d7bad3116a89dc8a6692a51e6fc1d9c (patch) | |
tree | b2d92eff181c5d7de25e68d0d47d4118b0795578 /net/mac80211 | |
parent | 61183b056b49e2937ff92a1424291ba36a6f6d05 (diff) | |
download | linux-2fe97a578d7bad3116a89dc8a6692a51e6fc1d9c.tar.gz linux-2fe97a578d7bad3116a89dc8a6692a51e6fc1d9c.tar.bz2 linux-2fe97a578d7bad3116a89dc8a6692a51e6fc1d9c.zip |
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 <hoang.h.le@dektech.com.au>
Signed-off-by: Tung Nguyen <tung.q.nguyen@dektech.com.au>
Acked-by: Ying Xue <ying.xue@windriver.com>
Acked-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac80211')
0 files changed, 0 insertions, 0 deletions