]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- sec. fix - see http://securitytracker.com/alerts/2004/Aug/1010940.html
authortwittner <twittner@pld-linux.org>
Mon, 16 Aug 2004 08:30:16 +0000 (08:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rsync-sec.patch -> 1.1

rsync-sec.patch [new file with mode: 0644]

diff --git a/rsync-sec.patch b/rsync-sec.patch
new file mode 100644 (file)
index 0000000..064aabe
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nura rsync-2.6.2.bef/util.c rsync-2.6.2.new/util.c
+--- rsync-2.6.2.bef/util.c     2004-04-27 21:59:37.000000000 +0200
++++ rsync-2.6.2.new/util.c     2004-08-16 10:26:24.000000000 +0200
+@@ -743,7 +743,7 @@
+                               allowdotdot = 1;
+                       } else {
+                               p += 2;
+-                              if (*p == '/')
++                              while (*p == '/')
+                                       p++;
+                               if (sanp != start) {
+                                       /* back up sanp one level */
This page took 0.0591 seconds and 4 git commands to generate.