Changes of Revision 12
[-] [+] | Changed | csync2.spec |
[-] [+] | Added | csync2-NULL-pointer.patch ^ |
@@ -0,0 +1,11 @@ +--- action.c.orig 2010-01-20 18:06:04.000000000 +0100 ++++ action.c 2010-01-20 18:06:12.000000000 +0100 +@@ -107,7 +107,7 @@ + /* 1 */ open(logfile_clr, O_WRONLY|O_CREAT|O_APPEND, 0666); + /* 2 */ open(logfile_clr, O_WRONLY|O_CREAT|O_APPEND, 0666); + +- execl("/bin/sh", "sh", "-c", real_command, 0); ++ execl("/bin/sh", "sh", "-c", real_command, NULL); + _exit(127); + } + |