On 11/02/15 15:36, Kamil Dudka wrote: > Reported by Michael Chapman in: https://bugzilla.redhat.com/1188498 > * lib/fts.c (fts_read): Avoid removing the original hash table item > when leaving a directory that caused a cycle, and preserve the FTS_DC > flag.
This looks good to me on first glance. Is it due to a race, when the cycle is added while traversing? If it is a race that should be mentioned in the commit summary. thanks! Pádraig