GNOME Bugzilla – Bug 689376
Don't iterate over a NULL strv
Last modified: 2012-12-01 00:20:40 UTC
sd_seat_get_sessions is documented as 'may return an empty array or NULL', so we should be careful to not crash if it _does_ return NULL. Coverity complained about this.
Created attachment 230338 [details] [review] Don't iterate over a NULL strv
Review of attachment 230338 [details] [review]: sure
Attachment 230338 [details] pushed as 143e044 - Don't iterate over a NULL strv