commit | c20cb8119337052a84e40cba94af732d870e22e3 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Sat Sep 10 00:56:55 2016 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 13 11:28:32 2016 -0400 |
tree | 855cbc716892fc388be6b6d38e2fe357108cd068 | |
parent | 308433155a67cb097142292c8943e0aa8d1a1c79 [diff] |
tipc: fix possible memory leak in tipc_udp_enable() 'ub' is malloced in tipc_udp_enable() and should be freed before leaving from the error handling cases, otherwise it will cause memory leak. Fixes: ba5aa84a2d22 ("tipc: split UDP nl address parsing") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>