summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorRitesh Harjani <riteshh@codeaurora.org>2019-02-22 19:21:34 +0530
committerUlf Hansson <ulf.hansson@linaro.org>2019-02-27 10:00:17 +0100
commite5723f95d6b493dd437f1199cacb41459713b32f (patch)
tree9d156ff32fb2359b9e4f1449ea7fe8e75c813769 /kernel
parent5603731a15ef9ca317c122cc8c959f1dee1798b4 (diff)
downloadlinux-e5723f95d6b493dd437f1199cacb41459713b32f.tar.bz2
mmc: core: Fix NULL ptr crash from mmc_should_fail_request
In case of CQHCI, mrq->cmd may be NULL for data requests (non DCMD). In such case mmc_should_fail_request is directly dereferencing mrq->cmd while cmd is NULL. Fix this by checking for mrq->cmd pointer. Fixes: 72a5af554df8 ("mmc: core: Add support for handling CQE requests") Signed-off-by: Ritesh Harjani <riteshh@codeaurora.org> Cc: stable@vger.kernel.org Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions