CVE-2020-25672 In llcp_sock_connect(), use kmemdup to allocate memory for "llcp_sock->service_name". The memory is not released in the sock_unlink label of the subsequent failure branch. As a result, memory leakage occurs. upstream 301a4264d6ab56d2b9230066b060d7ceaa000d68
PR: https://gitee.com/anolis/cloud-kernel/pulls/1149