]> git.pld-linux.org Git - packages/rsync.git/blame_incremental - rsync-segv.patch
- better URL
[packages/rsync.git] / rsync-segv.patch
... / ...
CommitLineData
1diff -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.05848 seconds and 4 git commands to generate.