mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-28 00:25:42 +00:00
As the potential failure of allocation, devm_kzalloc() may return NULL. Then
the 'pd->pmb' and the follow lines of code may bring null pointer dereference.
Therefore, it is better to check the return value of devm_kzalloc() to avoid
this confusion.
Fixes:
|
||
|---|---|---|
| .. | ||
| bcm63xx-power.c | ||
| bcm-pmb.c | ||
| Kconfig | ||
| Makefile | ||