mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
appletalk: Set error code if register_snap_client failed
commitc93ad1337aupstream. If register_snap_client fails in atalk_init, error code should be set, otherwise it will triggers NULL pointer dereference while unloading module. Fixes:9804501fa1("appletalk: Fix potential NULL pointer dereference in unregister_snap_client") Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -1927,6 +1927,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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user