forked from Minki/linux
20f6790282
Calling release_attributes_data() while holding the "wmi_priv.mutex"
will lead to a dead lock. The other problem is that if kzalloc() fails
then this should return -ENOMEM but currently it returns success.
Fixes:
|
||
---|---|---|
.. | ||
biosattr-interface.c | ||
dell-wmi-sysman.h | ||
enum-attributes.c | ||
int-attributes.c | ||
Makefile | ||
passobj-attributes.c | ||
passwordattr-interface.c | ||
string-attributes.c | ||
sysman.c |