dd92d5ea20
Check return values from call to devm_kzalloc() and devm_kmemup()
in order to prevent a NULL pointer dereference.
This issue was detected using Coccinelle and the following semantic patch:
@@
expression x;
identifier fld;
@@
* x = devm_kzalloc(...);
... when != x == NULL
x->fld
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
iio-mux.c |