SOURCES: cpio-link.patch (NEW) - fix link name

areq areq at pld-linux.org
Sun Jan 21 19:06:47 CET 2007


Author: areq                         Date: Sun Jan 21 18:06:47 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix link name

---- Files affected:
SOURCES:
   cpio-link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/cpio-link.patch
diff -u /dev/null SOURCES/cpio-link.patch:1.1
--- /dev/null	Sun Jan 21 19:06:47 2007
+++ SOURCES/cpio-link.patch	Sun Jan 21 19:06:42 2007
@@ -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);
================================================================


More information about the pld-cvs-commit mailing list