|
From: Miklos S. <mi...@sz...> - 2006-01-10 10:12:40
|
> Miklos Szeredi <mi...@sz...> wrote: > > Didn't do any testing on it though. Can you verify, that it still > > works? > > I've got some autoconf woes right now, so I can't test, but I think I > see a memory leak: in sshfs_readlink(), "link" isn't freed when > size==0. In fact size should never be zero. Added an assert() to the beginning of the function, and removed the check altogether. Miklos |