]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Aug 2005 08:21:14 +0000 (08:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rsync-segv.patch -> 1.4

rsync-segv.patch [deleted file]

diff --git a/rsync-segv.patch b/rsync-segv.patch
deleted file mode 100644 (file)
index 305a095..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -burN rsync-2.6.2.orig/options.c rsync-2.6.2/options.c
---- rsync-2.6.2.orig/options.c 2004-05-02 10:20:23.177074368 +0200
-+++ rsync-2.6.2/options.c      2004-05-02 10:22:33.403276976 +0200
-@@ -980,6 +980,8 @@
- {
-       char *p, *p2;
-+      if (!s || !*s) 
-+              return NULL;
-       p = strchr(s,':');
-       if (!p)
-               return NULL;
This page took 0.109352 seconds and 4 git commands to generate.