Re: [PATCH xserver 3/3] xfree86: Only call PreInit handler if it exists for device

2018-02-05 Thread Adam Jackson
On Sun, 2018-02-04 at 23:17 -0600, Jeff Smith wrote: > DoConfigure() attempts to call the PreInit handler on a device without > checking that the handler exists. > > Check that the PreInit handler exists for a device before attempting to > call it. This is a bit strange to me as the PreInit hook

[PATCH xserver 3/3] xfree86: Only call PreInit handler if it exists for device

2018-02-04 Thread Jeff Smith
DoConfigure() attempts to call the PreInit handler on a device without checking that the handler exists. Check that the PreInit handler exists for a device before attempting to call it. Signed-off-by: Jeff Smith --- hw/xfree86/common/xf86Configure.c | 3 ++- 1 file changed,