cvs commit: src/usr.sbin/mtree mtree.c

2007-11-05 Thread Giorgos Keramidas
keramida2007-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 t

cvs commit: src/usr.sbin/mtree mtree.c

2007-11-02 Thread Giorgos Keramidas
keramida2007-11-02 15:11:53 UTC FreeBSD src repository (doc committer) Modified files: usr.sbin/mtree mtree.c Log: mtree should use getcwd() instead of getwd(). getcwd() is safer, because it includes checks for the length of the buffer it uses. Reviewed by:phk,