GNOME Bugzilla – Bug 353915
possible infinite loop in parse_file
Last modified: 2018-08-17 13:50:18 UTC
When parse_file (in gnome-vfs-configuration.c) is called on a directory, it enters an infinite loop. This can be triggered by a directory named foo.conf, like it happened for http://bugs.debian.org/379598
Created attachment 72049 [details] [review] Proposed fix for 2.14.2 The easy fix is to check that the file is a regular file before reading it.
gnome-vfs got deprecated in 2008. gnome-vfs is not under active development anymore and had its last code changes in 2011. Its codebase has been archived: https://gitlab.gnome.org/Archive/gnome-vfs/commits/master gio (in glib) and gvfs are its successors. See https://developer.gnome.org/gio/stable/ch33.html and https://people.gnome.org/~gicmo/gio-migration-guide/ for porting info. Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Feel free to open a task in GNOME Gitlab if the issue described in this task still applies to a recent + supported version of glib/gio/gvfs. Thanks!