commit | 20ecb499f64a7e8e7fe03f6098ab25c71b7a6481 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <guenter.roeck@ericsson.com> | Sat Sep 24 15:27:04 2011 -0700 |
committer | Guenter Roeck <guenter.roeck@ericsson.com> | Wed Sep 28 08:19:21 2011 -0700 |
tree | 6cd20d373c279a92acb8917c2945c6132ce66486 | |
parent | 0eb9782ad9b1bd496ba61cd5ea27ccb8db21e885 [diff] |
hwmon: (coretemp) Avoid leaving around dangling pointer Storing the struct temp_data pointer allocated from create_core_data() when returning an error has the potential of leaving around a pointer to freed memory. Reset it to NULL for error returns. Reported-by: Jan Beulich <jbeulich@suse.com> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Acked-by: Jean Delvare <khali@linux-fr.org>