If you have serial line IP compiled into your kernel it creates a new network interface. (eql) This interface does not have an address. DefineSelf in the xorg source code requires that network interfaces that are valid have a non-null address field. This leads to a segfault because ConvertAddr attempts to dereference that pointer. Adding a check to see if the ifr->ifa_addr is null fixed the bug.
Created attachment 3968 [details] [review] fixes the bug in access.c
actually need to check that before the decnet check, otherwise looks good to me.
applied, thanks!
*** Bug 5719 has been marked as a duplicate of this bug. ***
*** Bug 5700 has been marked as a duplicate of this bug. ***
*** Bug 6352 has been marked as a duplicate of this bug. ***
*** Bug 6347 has been marked as a duplicate of this bug. ***
Yes, that patch solves my problem described in a previous comment here.
Ouch, forget my previous post, I sent it to the wrong bug. Sorry folks.
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.