mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 18:41:48 +00:00
fc19cbb785
If mdp5_cfg_init fails because of an unknown major version, a null pointer
dereference occurs. This is because the caller of init expects error
pointers, but init returns NULL on error. Fix this by returning the
expected values on error.
Fixes:
|
||
---|---|---|
.. | ||
dpu1 | ||
mdp4 | ||
mdp5 | ||
mdp_common.xml.h | ||
mdp_format.c | ||
mdp_kms.c | ||
mdp_kms.h |