]> git.pld-linux.org Git - packages/cpio.git/commitdiff
- fix link name
authorareq <areq@pld-linux.org>
Sun, 21 Jan 2007 18:06:42 +0000 (18:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpio-link.patch -> 1.1

cpio-link.patch [new file with mode: 0644]

diff --git a/cpio-link.patch b/cpio-link.patch
new file mode 100644 (file)
index 0000000..cb244d1
--- /dev/null
@@ -0,0 +1,10 @@
+--- cpio/src/copyout.c 2006/09/27 09:28:50     1.19
++++ cpio/src/copyout.c 2006/10/24 10:48:04     1.20
+@@ -806,6 +806,7 @@
+                   free (link_name);
+                   continue;
+                 }
++              link_name[link_size] = 0;
+               cpio_safer_name_suffix (link_name, false,
+                                       !no_abs_paths_flag, true);
+               link_size = strlen (link_name);
This page took 0.174904 seconds and 4 git commands to generate.