OSDN Git Service

net: x25: fix one potential use-after-free issue
authorlinzhang <xiaolou4617@gmail.com>
Wed, 17 May 2017 04:05:07 +0000 (12:05 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Apr 2018 17:50:07 +0000 (19:50 +0200)
commit88b5b5893e1dfdf86bda616832b34eb1f5a67926
tree808b6cc819590216fb26842800a353dabc6651c7
parente9b095614952306c3111f2f039274534ce550fd4
net: x25: fix one potential use-after-free issue

[ Upstream commit 64df6d525fcff1630098db9238bfd2b3e092d5c1 ]

The function x25_init is not properly unregister related resources
on error handler.It is will result in kernel oops if x25_init init
failed, so add properly unregister call on error handler.

Also, i adjust the coding style and make x25_register_sysctl properly
return failure.

Signed-off-by: linzhang <xiaolou4617@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/net/x25.h
net/x25/af_x25.c
net/x25/sysctl_net_x25.c