mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
baed3c4bc4
_channel_ is being dereferenced before it is null checked, hence there is a
potential null pointer dereference. Fix this by moving the pointer dereference
after _channel_ has been null checked.
This issue was detected with the help of Coccinelle.
Fixes:
|
||
---|---|---|
.. | ||
c8sectpfe-common.c | ||
c8sectpfe-common.h | ||
c8sectpfe-core.c | ||
c8sectpfe-core.h | ||
c8sectpfe-debugfs.c | ||
c8sectpfe-debugfs.h | ||
c8sectpfe-dvb.c | ||
c8sectpfe-dvb.h | ||
Kconfig | ||
Makefile |