Subject: Re: CVS commit: src/usr.bin/find
To: Alan Barrett <apb@NetBSD.org>
From: Kouichirou Hiratsuka <hira@po6.nsk.ne.jp>
List: source-changes
Date: 10/12/2006 19:22:56
Hello,
At Wed, 11 Oct 2006 21:40:36 +0200,
Alan Barrett wrote:
>
> On Wed, 11 Oct 2006, Kouichirou Hiratsuka wrote:
> > > Log Message:
> > > Add support for "find ... -exec ... {} +".
> >
> > With this change, find(1) dumps core.
> >
> > % find . -exec ls \{\} \;
> > zsh: 4082 segmentation fault (core dumped) find . -exec ls \{\} \;
>
> I can't replicate the problem. Does it depend on what files are
> in the directory? Does the same thing happen with "+" instead of ";"?
>
Some members of PLAN weren't initialized. On my machine, ep_narg was
a large minus number. This has been fixed by tacha@.
best regards.
--
Kouichirou Hiratsuka
hira@po6.nsk.ne.jp