> Hi! > > +static char **parse_skiplist(char *fs) > > +{ > > + char **skiplist = NULL; > There is no point in initializing variables that are not read before > they are assigned. Good catch, thanks! I'll fix it in next version or before pushing. Kind regards, Petr > Other than that: > Reviewed-by: Cyril Hrubis <chrubis@suse.cz>