diff options
author | Peter Huewe | 2013-10-30 01:40:28 +0100 |
---|---|---|
committer | Peter Huewe | 2014-01-06 14:37:23 +0100 |
commit | 238b1eaa59e6a8e2993af0db9ec2255bfa53927b (patch) | |
tree | b332688b47a875a7d3d82585db36f4540b7bc5b8 /CREDITS | |
parent | 747d35bd9bb4ae6bd74b19baa5bbe32f3e0cee11 (diff) |
tpm/tpm_ppi: Check return value of acpi_get_name
If
status = acpi_get_name(handle, ACPI_FULL_PATHNAME, &buffer);
fails for whatever reason and does not return AE_OK
if (strstr(buffer.pointer, context) != NULL) {
does dereference a null pointer.
-> Check the return value and return the status to the caller
Found by coverity
Cc: stable@vger.kernel.org
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions