GNOME Bugzilla – Bug 785317
Tab restore functionality-related segfault when opening a non-existent location in a new tab
Last modified: 2017-08-07 11:07:19 UTC
Created attachment 356234 [details] stack trace Reproducible as described in the summary: bookmark a location, delete it and try to open the bookmark in a new tab.
Created attachment 356235 [details] [review] window-slot: check location before constructing tab restore data Assuming that the location cannot be null can leads to crashes in cases when the user is trying to open non-existent locations, e.g. broken bookmarks.
Review of attachment 356235 [details] [review]: LGTM thanks man!
Attachment 356235 [details] pushed as e5d98fe - window-slot: check location before constructing tab restore data