]> granicus.if.org Git - shadow/commit
* lib/commonio.c: Avoid PATH_MAX. On glibc, we can use realpath
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 10 May 2009 13:49:03 +0000 (13:49 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 10 May 2009 13:49:03 +0000 (13:49 +0000)
commit750093a3ed9028c8057591269d02ff69e470c2d2
tree71d502d9e7ec62201463f76abd4dc9cbec576179
parenta01499179fe0315423c76dedabd53c9e03324dfe
* lib/commonio.c: Avoid PATH_MAX. On glibc, we can use realpath
with a NULL argument.
* src/useradd.c: Replace PATH_MAX by a fixed constant. The buffer
was not meant as a storage for a path.
* src/useradd.c, src/newusers.c, src/chpasswd.c: Better detection
of fgets errors. Lines shall end with a \n, unless we reached the
end of file.
* libmisc/copydir.c: Avoid PATH_MAX. Support file paths with any
length. Added readlink_malloc().
ChangeLog
lib/commonio.c
libmisc/copydir.c
src/chpasswd.c
src/newusers.c
src/useradd.c