Re: Bug in rsyncd 2.5.0 while handling config file string values

2001-12-03 Thread tim . conway
Well, that's a bug, I'd reckon, but i want to point out that a config file with only one line is invalid. you need to have at least a module and its path defined. I wouldn't expect daemon mode to gracefully handle an invalid config, though simply declaring that the file is invalid and exitin

Re: Bug in rsyncd 2.5.0 while handling config file string values

2001-12-02 Thread Martin Pool
On 2 Dec 2001, Heikki Vatiainen <[EMAIL PROTECTED]> wrote: > I compiled and tried rsync 2.5.0 but could not get the server > running. loadparm.c:string_set() now calls free() which it did not do > in 2.4.6 and this free() tries to free memory that was not allocated > with malloc. Thankyou for th