]> git.pld-linux.org Git - packages/rsync.git/blob - rsync-segv.patch
- rotation of logs
[packages/rsync.git] / rsync-segv.patch
1 --- rsync-2.4.6/main.c.foo      Fri Aug 17 11:46:03 2001
2 +++ rsync-2.4.6/main.c  Fri Aug 17 11:45:37 2001
3 @@ -534,6 +534,7 @@
4  {
5         char *p, *p2;
6  
7 +       if (!s || !*s) return NULL;
8         p = strchr(s,':');
9         if (!p) return NULL;
10         
This page took 0.021048 seconds and 3 git commands to generate.