Skip to content
Commit c100c8f4 authored by David S. Miller's avatar David S. Miller
Browse files

appletalk: Fix OOPS in atalk_release().

Commit 60d9f461

 ("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: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c3794745
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment