]> git.pld-linux.org Git - packages/rsync.git/blame - rsync-segv.patch
- added acfix patch (for ac 2.58+)
[packages/rsync.git] / rsync-segv.patch
CommitLineData
df394a85 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.070382 seconds and 4 git commands to generate.