keramida 2007-11-05 11:26:41 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) usr.sbin/mtree mtree.c Log: MFC: 1.30 mtree should use getcwd() instead of getwd(). getcwd() is safer, because it includes checks for the length of the buffer it uses. Revision Changes Path 1.29.8.1 +1 -1 src/usr.sbin/mtree/mtree.c