]> git.pld-linux.org Git - packages/rsync.git/blob - rsync-segv.patch
- Allow to pass options to rsync daemon (only inet - how to pass it in inet
[packages/rsync.git] / rsync-segv.patch
1 diff -burN rsync-2.6.2.orig/options.c rsync-2.6.2/options.c
2 --- rsync-2.6.2.orig/options.c  2004-05-02 10:20:23.177074368 +0200
3 +++ rsync-2.6.2/options.c       2004-05-02 10:22:33.403276976 +0200
4 @@ -980,6 +980,8 @@
5  {
6         char *p, *p2;
7  
8 +       if (!s || !*s) 
9 +               return NULL;
10         p = strchr(s,':');
11         if (!p)
12                 return NULL;
This page took 0.030053 seconds and 3 git commands to generate.