(fts_stat, fts_alloc): Always allocate and use a struct
authorJim Meyering <jim@meyering.net>
Tue, 8 Jun 2004 13:31:43 +0000 (13:31 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 8 Jun 2004 13:31:43 +0000 (13:31 +0000)
commit12357df452799138a4e726b5e782cdc87f5fa46a
tree03e4776db72ad6581cedfa8521bfd3cdb634a169
parent2eba29a31299cd982eee2a7a7b05406d08edd397
(fts_stat, fts_alloc): Always allocate and use a struct
stat, even if the user isn't interested in the results.
This prevents a core dump in cycle_check when FTS_NOSTAT is set.
lib/fts.c