do not assume "." exists -- it might have gotten unlink()'ed -- we
authorderaadt <deraadt@openbsd.org>
Tue, 23 Apr 1996 11:47:15 +0000 (11:47 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 23 Apr 1996 11:47:15 +0000 (11:47 +0000)
commit7a0e2aeedbea2e103eddc2b308b1daa4361c5249
tree08d6c25db9e74202f6e10753babbf55b8ed9bfe2
parent2ab46386323a5f5ed1e1471861fb4f2a7a7f4f9d
do not assume "." exists -- it might have gotten unlink()'ed -- we
don't want closedir() to SIGSEGV. as well, sample code in man pages
should be very robust and not hint that closedir() might survive being
passed opendir()'s failure code.
lib/libc/gen/directory.3