GNOME Bugzilla – Bug 731988
glocalfile: Avoid a potential NULL pointer dereference
Last modified: 2016-04-02 11:33:09 UTC
Depends on how the filename is canonicalised, but if it somehow ends up being a non-absolute filename, g_path_skip_root() will return NULL.
Created attachment 278871 [details] [review] glocalfile: Avoid a potential NULL pointer dereference
Pushed anyway, with changes, since this should be fairly uncontroversial.