mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-10 03:39:43 +00:00
The function performs a check on the "ctx" input parameter, however, it
is used before the check.
Initialize the "base" variable after the sanity check to avoid a
possible NULL pointer dereference.
Fixes:
|
||
|---|---|---|
| .. | ||
| dpu1 | ||
| mdp4 | ||
| mdp5 | ||
| mdp_common.xml.h | ||
| mdp_format.c | ||
| mdp_kms.c | ||
| mdp_kms.h | ||
| msm_disp_snapshot_util.c | ||
| msm_disp_snapshot.c | ||
| msm_disp_snapshot.h | ||