GNOME Bugzilla – Bug 778553
yelp crashes when help URI ends with page section name
Last modified: 2018-05-22 13:11:49 UTC
Created attachment 345614 [details] backtrace of yelp crash Yelp 3.22.0 crashes when help URI ends with page section name (after '#' sign). For example: $ yelp help:gtk-doc-manual/commandline-interfaces#commandline-interfaces-configure Backtrace is in the attachment. Looks like this isn't the only problem though. The crash was easy to fix, I've just changed unsafe g_str_equal call to g_strcmp0 (which has a check for NULL strings). But now yelp ignores the specified page section, e.g. with the URI mentioned above it always shows the top of "commandline-interfaces" page.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/yelp/issues/121.