Summary: | segfault in xf86EdidMonitorSet if first mode of current monitor is deemed to be a duplicate | ||
---|---|---|---|
Product: | xorg | Reporter: | John Lumby <johnlumby> |
Component: | Server/General | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | critical | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
John Lumby
2017-11-13 16:16:36 UTC
Do you want to send a patch to the xorg-devel mailing list for review? Original patch sent by John Lumby: https://patchwork.freedesktop.org/series/33848/ I remade it here, following patch submission guidelines: https://patchwork.freedesktop.org/series/37224/ commit 9b7b8720ebc8028b14796a66d0a21b002682a83c (HEAD -> master, origin/master, origin/HEAD) Author: Jeff Smith <whydoubt@gmail.com> Date: Sat Jan 27 00:14:02 2018 -0600 edid: use value returned from pruning duplicate modes xf86PruneDuplicateModes is passed a linked list of modes, and after pruning the duplicate nodes, the new head of the list is returned. If the first element is removed, the head of the list will change and the returned value needs to be assigned. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103722 Thanks: John Lumby <johnlumby@hotmail.com> Signed-off-by: Jeff Smith <whydoubt@gmail.com> Reviewed-by: Adam Jackson <ajax@redhat.com> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.