Skip to content
Commit 36e9d08b authored by Boris Brezillon's avatar Boris Brezillon Committed by Dave Airlie
Browse files

drm/cirrus: Fix NULL pointer dereference when registering the fbdev

cirrus_modeset_init() is initializing/registering the emulated fbdev
and, since commit c61b93fe

 ("drm/atomic: Fix remaining places where
!funcs->best_encoder is valid"), DRM internals can access/test some of
the fields in mode_config->funcs as part of the fbdev registration
process.
Make sure dev->mode_config.funcs is properly set to avoid dereferencing
a NULL pointer.

Reported-by: default avatarMike Marshall <hubcap@omnibond.com>
Reported-by: default avatarEric W. Biederman <ebiederm@xmission.com>
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Fixes: c61b93fe

 ("drm/atomic: Fix remaining places where !funcs->best_encoder is valid")
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 210a021d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment