]> git.pld-linux.org Git - packages/tar.git/commitdiff
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2001-1267
authorlukasz <lukasz@pld-linux.org>
Sun, 29 Sep 2002 23:44:51 +0000 (23:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- patch was taken from RH-updates

Changed files:
    tar-dots.patch -> 1.1

tar-dots.patch [new file with mode: 0644]

diff --git a/tar-dots.patch b/tar-dots.patch
new file mode 100644 (file)
index 0000000..dcc3d02
--- /dev/null
@@ -0,0 +1,16 @@
+--- tar-1.13.25/src/misc.c.orig        Mon Aug 27 00:14:26 2001
++++ tar-1.13.25/src/misc.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.078582 seconds and 4 git commands to generate.