From 6ca0444420223c224162674902d4f6e4e093962d Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 11 Feb 2007 16:19:28 +0000 Subject: syslogd: fix "readpath bug" by using readlink instead libbb: rename xgetcwd and xreadlink --- applets/busybox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets') diff --git a/applets/busybox.c b/applets/busybox.c index 99af9ca02..0387d79b7 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -92,7 +92,7 @@ int busybox_main(int argc, char **argv) /* link */ // XXX: FIXME: this is broken. Why not just use argv[0] ? - busybox = xreadlink("/proc/self/exe"); + busybox = xmalloc_readlink_or_warn("/proc/self/exe"); if (!busybox) return 1; install_links(busybox, use_symbolic_links); -- cgit v1.2.3