[Openchrome-devel] [Bug 93675] Segfault in xf86DestroyI2CDevRec
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Feb 8 08:34:30 CET 2016
https://bugs.freedesktop.org/show_bug.cgi?id=93675
--- Comment #16 from Kevin Brace <kevinbrace at gmx.com> ---
Created attachment 121584
--> https://bugs.freedesktop.org/attachment.cgi?id=121584&action=edit
Fixing DVI detection code crash
The portion of the code responsible for detecting VT1632A external TMDS
transmitter for DVI was causing a crash if VT1632A was not detected on
I2C buses. This was happening due to xf86DestroyI2CDevRec being called
prior to the call to xf86I2CDevInit if VT1632A was not detected. Now the
code will probe I2C buses using xf86I2CProbeAddress to look for VT1632A,
and if VT1632A is not detected, it will stop trying to detect VT1632A
via I2C buses.
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/openchrome-devel/attachments/20160208/83cb453d/attachment.html>
More information about the Openchrome-devel
mailing list