]> git.pld-linux.org Git - packages/chrpath.git/commitdiff
- removed
authortrojan <trojan@pld-linux.org>
Wed, 22 Jan 2003 13:05:57 +0000 (13:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chrpath-SEGV.patch -> 1.2

chrpath-SEGV.patch [deleted file]

diff --git a/chrpath-SEGV.patch b/chrpath-SEGV.patch
deleted file mode 100644 (file)
index f4345c2..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- chrpath-0.9/chrpath.c~     Tue Sep 17 12:59:42 2002
-+++ chrpath-0.9/chrpath.c      Tue Nov  5 16:00:48 2002
-@@ -198,8 +198,6 @@
-   printf("%s: %s=%s\n", filename, elf_tagname(dyns[rpath_dyns_index].d_tag),
-          rpath);
--  free(dyns);
--  dyns = NULL;
-   if (NULL == newpath)
-   {
-@@ -246,6 +244,8 @@
-   }
-   printf("%s: new %s: %s\n", filename,
-          elf_tagname(dyns[rpath_dyns_index].d_tag), rpath);
-+  free(dyns);
-+  dyns = NULL;
-   elf_close(fd);
This page took 0.054766 seconds and 4 git commands to generate.