Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[APPLETALK]: Fix potential OOPS in atalk_sendmsg().
atrtr_find() can return NULL, so do not blindly dereference rt->dev before we check for rt being NULL. Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information