]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
nftw(): POSIX says directories causing loops should be silently skipped.
authorjilles <jilles@FreeBSD.org>
Thu, 9 Aug 2012 22:05:40 +0000 (22:05 +0000)
committerjilles <jilles@FreeBSD.org>
Thu, 9 Aug 2012 22:05:40 +0000 (22:05 +0000)
commit4d961f95f8cad07145afdb640f32972b8b61fbaa
tree18ee47e8c0a7c9bf10b3bfb8e65e16867d40ec52
parent1f0ad947a6c993e63b43f3e0425966cb88699f30
nftw(): POSIX says directories causing loops should be silently skipped.

Formerly, loops caused nftw() to abort the traversal with ELOOP.
lib/libc/gen/nftw.c
tools/regression/lib/libc/gen/Makefile
tools/regression/lib/libc/gen/test-ftw.c [new file with mode: 0644]