K 10 svn:author V 6 jilles K 8 svn:date V 27 2014-02-07T13:40:22.014815Z K 7 svn:log V 349 fts: Fix double-free with conflicting concurrent modifications. If rare conditions such as concurrent conflicting manipulation of the filesystem occur, fts_read() frees the current FTSENT without adjusting the pointers in the FTS accordingly. A later fts_close() then frees the same FTSENT again. Reported by: pho Tested by: pho MFC after: 1 week END