Bug 444087

Summary: Fix crash in gnome-display-properties when edid data can't be parsed
Product: [Fedora] Fedora Reporter: James Westby <jw+debian>
Component: gnome-desktopAssignee: Ray Strode [halfline] <rstrode>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-27 00:55:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Handle incomplete edid none

Description James Westby 2008-04-24 21:54:10 UTC
Please see https://bugs.edge.launchpad.net/ubuntu/+source/gnome-desktop/+bug/215751

There is a bug when edid data is present but not complete. In that
case a NULL pointer is returned, but not checked for, the attached
patch rectifies that.

The other part of the patch is a function that would fail later if
this was the case.

Thanks,

James

Comment 1 James Westby 2008-04-24 21:54:10 UTC
Created attachment 303697 [details]
Handle incomplete edid

Comment 2 Matthias Clasen 2008-04-27 00:55:26 UTC
Soren added the first part, the second I don't think is necessary.