diff options
author | Zheng Yongjun <zhengyongjun3@huawei.com> | 2022-03-26 11:12:39 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-03-26 21:49:09 +0300 |
commit | 0906f3a3df07835e37077d8971aac65347f2ed57 (patch) | |
tree | 85f92e039959014d522db31c4a1ad70d9c79f5a3 /MAINTAINERS | |
parent | 7781607938c8371d4c2b243527430241c62e39c2 (diff) | |
download | linux-0906f3a3df07835e37077d8971aac65347f2ed57.tar.xz |
net: sparx5: switchdev: fix possible NULL pointer dereference
As the possible failure of the allocation, devm_kzalloc() may return NULL
pointer.
Therefore, it should be better to check the 'db' in order to prevent
the dereference of NULL pointer.
Fixes: 10615907e9b51 ("net: sparx5: switchdev: adding frame DMA functionality")
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions