mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Xephyr: remove a potential crasher
* hw/kdrive/ephyr/hostx.c: (hostx_has_dri): be more defensive.
This commit is contained in:
@@ -1328,6 +1328,9 @@ hostx_has_dri (void)
|
||||
int event_base=0, error_base=0 ;
|
||||
Display *dpy=hostx_get_display () ;
|
||||
|
||||
if (!dpy)
|
||||
return FALSE ;
|
||||
|
||||
if (!XF86DRIQueryExtension (dpy,
|
||||
&event_base,
|
||||
&error_base)) {
|
||||
|
||||
Reference in New Issue
Block a user