syslogd: fix "readpath bug" by using readlink instead
libbb: rename xgetcwd and xreadlink
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
* yourself. You have been warned.
|
||||
*/
|
||||
|
||||
char *xreadlink(const char *path)
|
||||
char *xmalloc_readlink_or_warn(const char *path)
|
||||
{
|
||||
enum { GROWBY = 80 }; /* how large we will grow strings by */
|
||||
|
||||
|
Reference in New Issue
Block a user