On Mon, Sep 04, 2017 at 10:29:01AM +0200, Alexandr Nedvedicky wrote: > anyway below is the patch, which Hrvoje was testing and it worked for him. > I'd like to get some OK to proceed to commit.
I think it is correct. OK bluhm@
> + if (parent != NULL) {
> + /*
> + * Make sure path for levels 2, 3, ... is terminated by '/':
> + * 1/2/3/...
> + */
> + strlcpy(anchor->path, parent->path, sizeof (anchor->path));
Do not put space between sizeof and (
