mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Some display drivers might cause p->atoms to be null if the display is disabled. This will cause segfault when checking if p->atoms[0] != property . Some display drivers owned by qualcomm is known to cause this bug. Signed-off-by: fish4terrisa-MSDSM <flyingfish.msdsm@gmail.com>