Fix crash in drm_mode_connector_update_edid_property
authorJesse Barnes <jbarnes@jbarnes-t61.(none)>
Wed, 4 Jun 2008 16:38:44 +0000 (09:38 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 4 Jun 2008 16:38:44 +0000 (09:38 -0700)
commit52183fb05b8f8db0705e230fc0b8a436512759a1
treeefdcacf80088ebe04c5a6d03692f1e015f937693
parentcf1964f971cc298ece91064953f7d00ed13e541d
Fix crash in drm_mode_connector_update_edid_property

We need to initialize the edid_blob_ptr to NULL when we init a connector,
otherwise drm_mode_connector_update_edid_property may think there's a valid
EDID lying around and try to destroy it, causing a crash.
linux-core/drm_crtc.c