From: agaffney Date: Thu, 13 Nov 2008 20:59:40 +0000 (-0600) Subject: debugging patch for busybox X-Git-Tag: v3.4.10.902~23 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ad8899cd8f5190b90c4c77abf58897fdfaad927b;p=genkernel.git debugging patch for busybox --- diff --git a/patches/busybox/1.7.4/1.7.4-simplify-path-debug.diff b/patches/busybox/1.7.4/1.7.4-simplify-path-debug.diff new file mode 100644 index 0000000..5bcc1d6 --- /dev/null +++ b/patches/busybox/1.7.4/1.7.4-simplify-path-debug.diff @@ -0,0 +1,11 @@ +--- busybox-1.7.4.orig/libbb/simplify_path.c 2007-09-03 06:48:42.000000000 -0500 ++++ busybox-1.7.4/libbb/simplify_path.c 2008-11-13 14:58:24.000000000 -0600 +@@ -13,6 +13,8 @@ + { + char *s, *start, *p; + ++ printf("bb_simplify_path(): path='%s'\n", path); ++ + if (path[0] == '/') + start = xstrdup(path); + else {