commit | 2394facb17bcace4b3c19b50202177a5d8903b64 | [log] [tgz] |
---|---|---|
author | Arun Kumar Neelakantam <aneela@codeaurora.org> | Mon Oct 30 11:11:24 2017 +0530 |
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | Mon Oct 30 19:00:25 2017 -0700 |
tree | 3832d8eb0141e7c3e64473ff8f374a7d3835868e | |
parent | 4d91d7b099508831e82ef209bba71c8b636886a2 [diff] |
rpmsg: glink: Initialize the "intent_req_comp" completion variable The "intent_req_comp" variable is used without initialization which results in NULL pointer dereference in qcom_glink_request_intent(). we need to initialize the completion variable before using it. Fixes: 27b9c5b66b23 ("rpmsg: glink: Request for intents when unavailable") Signed-off-by: Arun Kumar Neelakantam <aneela@codeaurora.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>