diff options
author | Peter Huewe <[email protected]> | 2013-10-30 01:40:28 +0100 |
---|---|---|
committer | Peter Huewe <[email protected]> | 2014-01-06 14:37:23 +0100 |
commit | 238b1eaa59e6a8e2993af0db9ec2255bfa53927b (patch) | |
tree | b332688b47a875a7d3d82585db36f4540b7bc5b8 /lib/mpi/mpi-internal.h | |
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: [email protected]
Signed-off-by: Peter Huewe <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-internal.h')
0 files changed, 0 insertions, 0 deletions