xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths,
authorPaul Fox <pgf@brightstareng.com>
Thu, 8 Nov 2007 20:00:36 +0000 (20:00 -0000)
committerPaul Fox <pgf@brightstareng.com>
Thu, 8 Nov 2007 20:00:36 +0000 (20:00 -0000)
commit599bbfbd9be0073c262319a120174fad5a60113e
treed1145b8f98fd138241c72ac4601389d748b5d580
parentabbd363261cf3a9b18e611c524f8103fb68f539b
xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths,
return full path in cases where path doesn't resolve to a link.
change name to better differentiate from xmalloc_readlink().
include/libbb.h
libbb/update_passwd.c
libbb/xreadlink.c