Stefan Dirsch
7e6a980b1f
Copy from home:oertel:branches:openSUSE:Factory/xorg-x11-server via accept of submit request 35298 revision 8. Request was accepted with message: reviewed ok. OBS-URL: https://build.opensuse.org/request/show/35298 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=229
14 lines
415 B
Diff
14 lines
415 B
Diff
Index: hw/xfree86/common/xf86VidMode.c
|
|
================================================================================
|
|
--- hw/xfree86/common/xf86VidMode.c
|
|
+++ hw/xfree86/common/xf86VidMode.c
|
|
@@ -220,6 +220,8 @@
|
|
|
|
pScrn = xf86Screens[scrnIndex];
|
|
pVidMode = VMPTR(pScrn->pScreen);
|
|
+ if (!pScrn->modes)
|
|
+ return FALSE;
|
|
pVidMode->First = pScrn->modes;
|
|
pVidMode->Next = pVidMode->First->next;
|
|
|