Re: [PATCH] appletalk: Set error code if register_snap_client failed

From: David Miller
Date: Tue Apr 30 2019 - 11:10:31 EST


From: YueHaibing <yuehaibing@xxxxxxxxxx>
Date: Tue, 30 Apr 2019 19:34:08 +0800

> If register_snap_client fails in atalk_init,
> error code should be set, otherwise it will
> triggers NULL pointer dereference while unloading
> module.
>
> Fixes: 9804501fa122 ("appletalk: Fix potential NULL pointer dereference in unregister_snap_client")
> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>

Applied, thanks.