]> git.pld-linux.org Git - packages/tar.git/commitdiff
- obsolete (similar fix merged upstream)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 23 Oct 2007 17:56:23 +0000 (17:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  BTW: this patch fixed CVE-2007-4131 few years ago

Changed files:
    tar-dots.patch -> 1.3

tar-dots.patch [deleted file]

diff --git a/tar-dots.patch b/tar-dots.patch
deleted file mode 100644 (file)
index c56b166..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
---- tar-1.13.90/src/names.c.orig       Mon Aug 27 00:14:26 2001
-+++ tar-1.13.90/src/names.c    Mon May 27 11:29:31 2002
-@@ -214,6 +214,13 @@
-           return 0;
-       }
-       while (! ISSLASH (*p));
-+
-+      do
-+      {
-+        if (! *p++)
-+          return 0;
-+      }
-+      while ( ISSLASH (*p));
-     }
- }
\f
This page took 0.034118 seconds and 4 git commands to generate.