Subject: Re: kern/28869
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Jesse Off <joff@embeddedARM.com>
List: netbsd-bugs
Date: 01/13/2005 19:20:07
>> I just tested the following patch to free routine but was still able to
>> reproduce the crash. :-(
>
>>         if ((vaddr_t)v < last_bootstrap_page) {
>
> shouldn't this be <= ?

Funny you should say that as I noticed that and I'm testing that right now...

//Jesse Off