Re: Possible bug in find/parser.c

2010-04-09 Thread James Youngman
On Fri, Apr 9, 2010 at 11:19 AM, rre...@iol.it wrote: > Hi, > > there seems to be a bug in the function parse_samefile() in find/parser.c... > if I am not mistaken, after the call to collect_arg_stat_info(), > argv[*arg_ptr] becomes NULL.  I enclose a little patch to fix this problem. > Thanks

Possible bug in find/parser.c

2010-04-09 Thread rre...@iol.it
Hi, there seems to be a bug in the function parse_samefile() in find/parser.c... if I am not mistaken, after the call to collect_arg_stat_info(), argv[*arg_ptr] becomes NULL. I enclose a little patch to fix this problem. Roberto Reale rre...@iol.it --- findutils/find/parser.c 2010-04-05 13:18: