After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 612276 - Don't use fixed-length arrays for EDID
Don't use fixed-length arrays for EDID
Status: RESOLVED INVALID
Product: gnome-desktop
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-09 11:02 UTC by Bastien Nocera
Modified: 2010-06-13 17:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't use fixed-length arrays for EDID (3.81 KB, patch)
2010-03-09 11:02 UTC, Bastien Nocera
none Details | Review

Description Bastien Nocera 2010-03-09 11:02:57 UTC
Use variable-length arrays instead.
Comment 1 Bastien Nocera 2010-03-09 11:02:59 UTC
Created attachment 155629 [details] [review]
Don't use fixed-length arrays for EDID

Use variable-length variables instead.
Comment 2 Vincent Untz 2010-03-27 11:51:05 UTC
Stupid question: why?
Comment 3 Bastien Nocera 2010-06-11 11:58:44 UTC
Pushed, along with a soname reset, and gdk-pixbuf version reqs up.

Attachment 155629 [details] pushed as cd51db0 - Don't use fixed-length arrays for EDID
Comment 4 Bastien Nocera 2010-06-11 12:00:48 UTC
Sorry, wrong bug.
Comment 5 Bastien Nocera 2010-06-11 12:51:27 UTC
My guess is that it's more readable. But the changes seem quite small.
Comment 6 Matthias Clasen 2010-06-11 13:20:04 UTC
I think we should probably drop this patch, it didn't turn out to be that great
Comment 7 Bastien Nocera 2010-06-13 17:47:07 UTC
OK, closing then.