Re: [PATCH xserver] Fix a segfault that occurs if xorg.conf.d is absent:

2016-12-07 Thread Adam Jackson
On Tue, 2016-11-15 at 16:34 -0500, Ben Crocker wrote: > Signed-off-by: Ben Crocker Merged: remote: I: patch #121608 updated using rev 8b335d9068fe4e1f1423a4d86c22b69ffcb819a5. remote: I: 1 patch(es) updated to state Accepted. To ssh://git.freedesktop.org/git/xorg/xserver

Re: [PATCH xserver] Fix a segfault that occurs if xorg.conf.d is absent:

2016-11-16 Thread walter harms
Am 15.11.2016 22:34, schrieb Ben Crocker: > In InitOutput, if xf86HandleConfigFile returns CONFIG_NOFILE > (which it does if no config file or directory is present), the > autoconfig flag is set, causing xf86AutoConfig to be called > later on. > > xf86AutoConfig calls xf86OutputClassDriverList

[PATCH xserver] Fix a segfault that occurs if xorg.conf.d is absent:

2016-11-15 Thread Ben Crocker
In InitOutput, if xf86HandleConfigFile returns CONFIG_NOFILE (which it does if no config file or directory is present), the autoconfig flag is set, causing xf86AutoConfig to be called later on. xf86AutoConfig calls xf86OutputClassDriverList via the call tree: xf86AutoConfig =>