Subject: Re: kern/35351 (Re: CVS commit: src/sys/kern)
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Elad Efrat <e@murder.org>
List: tech-kern
Date: 04/07/2007 19:05:07
YAMAMOTO Takashi wrote:

> an example which i told you some time ago:
> 1. thread A calls fileassoc_file_add and sleeps in malloc.
> 2. thread B calls fileassoc_file_add and successfully allocates and inserts
>    a new entry.
> 3. thread A wakes up and inserts a duplicated entry.

can this scenario happen in netbsd-4 as a result of veriexecctl?

-e.