Skip to content

gdm-session-worker: Defend against NULL pointer

Looking at the code of this function, seat_id can be NULL. Use g_strcmp0 that is NULL safe.

Fixes: bbf55e79

Merge request reports