mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
a19ce320c3
We may end up calling pwrseq_target_free() on a partially initialized
target object whose unit is either NULL or an ERR_PTR(). Avoid
dereferencing invalid memory by adding an appropriate check to
pwrseq_target_free().
Fixes:
|
||
---|---|---|
.. | ||
core.c | ||
Kconfig | ||
Makefile | ||
pwrseq-qcom-wcn.c |