Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipc4: fixed possible null dereference
Result of the function call ipc_get_comp_by_id() had been dereferenced without checking whether the pointer may be null. Returned pointer may be null when component does not exist on the list. Signed-off-by: Andrey Borisovich <andrey.borisovich@intel.com>
- Loading branch information