Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
appletalk: Fix OOPS in atalk_release().
Commit 60d9f46 ("appletalk: remove the BKL") added a dereference of "sk" before checking for NULL in atalk_release(). Guard the code block completely, rather than partially, with the NULL check. Reported-by: Dave Jones <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information