Skip to content
Snippets Groups Projects
Commit ca0c52d1 authored by Yajun Deng's avatar Yajun Deng Committed by Yongqiang Liu
Browse files

netdevice: add the case if dev is NULL

stable inclusion
from stable-v4.19.238
commit 574a12b4445076a04499962ce8b8ae15f75a7955
category: bugfix
bugzilla: https://gitee.com/src-openeuler/kernel/issues/I51YBN


CVE: CVE-2022-28356

-------------------------------------------------

commit b37a466837393af72fe8bcb8f1436410f3f173f3 upstream.

Add the case if dev is NULL in dev_{put, hold}, so the caller doesn't
need to care whether dev is NULL or not.

Signed-off-by: default avatarYajun Deng <yajun.deng@linux.dev>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Cc: Pavel Machek <pavel@denx.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarHuang Guobin <huangguobin4@huawei.com>
Reviewed-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: default avatarXiu Jianfeng <xiujianfeng@huawei.com>
Signed-off-by: default avatarYongqiang Liu <liuyongqiang13@huawei.com>
parent f63bcedd
No related branches found
No related tags found
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