summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/dev-path-parser.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-07-09 14:30:25 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-08-04 14:43:52 +0200
commit09ea9719a423fc675d40dd05407165e161ea0c48 (patch)
treeeeadb2bb5569d74ffe0ce28ee04ebcff5bf9a17a /drivers/firmware/efi/dev-path-parser.c
parent331e06bbde5856059b7a6bb183f12878ed4decb1 (diff)
media: venus: venc: Fix potential null pointer dereference on pointer fmt
Currently the call to find_format can potentially return a NULL to fmt and the nullpointer is later dereferenced on the assignment of pixmp->num_planes = fmt->num_planes. Fix this by adding a NULL pointer check and returning NULL for the failure case. Addresses-Coverity: ("Dereference null return") Fixes: aaaa93eda64b ("[media] media: venus: venc: add video encoder files") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/firmware/efi/dev-path-parser.c')
0 files changed, 0 insertions, 0 deletions