Skip to content

libgdm: fix critical in collect_sessions()

Michael Catanzaro requested to merge mcatanzaro/#748 into main

We need to NULL-check the return value of g_getenv() before passing it on to g_strsplit(). I like it when bugs are this easy!

Fixes #748 (closed)

Merge request reports