(fts_open): If fts_alloc returns NULL, don't dereference it.
authorJim Meyering <jim@meyering.net>
Mon, 24 Feb 2003 08:27:59 +0000 (08:27 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 24 Feb 2003 08:27:59 +0000 (08:27 +0000)
commit0818c3e24c430e3263c4b8fa6b3bffac9417be17
treeb8d0027d5cc08eea4ab3fa0e3bd43c46b7844f4e
parentf30cda6bd2ac0d103fdbd184f6cdb25e64aafb50
(fts_open): If fts_alloc returns NULL, don't dereference it.
(fts_read): If fts_safe_changedir fails because it is not
able to chdir into a subdirectory, then inform the caller.
lib/fts.c