提交 fc926477 编写于 作者: Y YueHaibing 提交者: Xie XiuQi

appletalk: Set error code if register_snap_client failed

mainline inclusion
from mainline-v5.1
commit c93ad133
category: bugfix
bugzilla: 13690
CVE: CVE-2019-19227

-------------------------------------------------

If register_snap_client fails in atalk_init,
error code should be set, otherwise it will
triggers NULL pointer dereference while unloading
module.

Fixes: 9804501f ("appletalk: Fix potential NULL pointer dereference in unregister_snap_client")
Signed-off-by: NYueHaibing <yuehaibing@huawei.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
Reviewed-by: NYue Haibing <yuehaibing@huawei.com>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 aaa11122
......@@ -1925,6 +1925,7 @@ static int __init atalk_init(void)
ddp_dl = register_snap_client(ddp_snap_id, atalk_rcv);
if (!ddp_dl) {
pr_crit("Unable to register DDP with SNAP.\n");
rc = -ENOMEM;
goto out_sock;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册