In the Linux kernel, the following vulnerability has been resolved: staging: vchiqcore: handle NULL result of findservicebyhandle In case of an invalid handle the function findserviveby_handle returns NULL. So take care of this and avoid a NULL pointer dereference.