GNOME Bugzilla – Bug 768029
infinite loop in parse_name_internal()
Last modified: 2016-06-25 12:45:21 UTC
Created attachment 330355 [details] stack trace The latest commit[1] breaks Nautilus master. parse_name_internal() enters an infinite loop if none of the closures in the hash table return a value. The result is g_hash_table_iter_next() asserting non-stop. [1] https://git.gnome.org/browse/glib/commit/?id=375b4ca65cf09789aeeb4e15ac3b12211729aa31
Created attachment 330356 [details] [review] proposed fix
Review of attachment 330356 [details] [review]: LGTM, thanks.