]> git.baikalelectronics.ru Git - kernel.git/commit
net: sparx5: switchdev: fix possible NULL pointer dereference
authorZheng Yongjun <zhengyongjun3@huawei.com>
Sat, 26 Mar 2022 08:12:39 +0000 (08:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Mar 2022 18:49:09 +0000 (11:49 -0700)
commit17fb415b09f13a265903573d8200d7a361bea79a
tree85f92e039959014d522db31c4a1ad70d9c79f5a3
parente3e7a621cf45ad074751b62e846ac403b4c8779f
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: af823ab3d81cf ("net: sparx5: switchdev: adding frame DMA functionality")
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/microchip/sparx5/sparx5_fdma.c