Skip to content

gtkplacessidebar.c: add bookmark null checking

Matthias Clasen requested to merge fix-places-crash into gtk-3-24

This fixes nautilus crash and perhaps other callers issues. Nautilus (and sometimes glib) crashes with malformed URI inside of the bookmarks file .config/gtk-3.0/bookmarks when it has no LABEL.

This is result from the closed glib MR #2065 analysis and agreement. glib!2065 (comment 1091979)

Signed-off-by: Geyslan G. Bem geyslan@gmail.com

Fixes: #4643 (closed)

Merge request reports