Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: amd64-current error in kern_exec.c



Hi!

On Fri, Aug 26, 2011 at 10:12:21AM +0200, Martin Husemann wrote:
> On Thu, Aug 25, 2011 at 03:37:55PM -0700, Hisashi T Fujinaka wrote:
> > 380 1.318        (reinoud  25-Aug-11):          /* Seems ok: check that 
> > entry point is not too low */
> > 381 1.318        (reinoud  25-Aug-11):          if (epp->ep_entry < 
> > VM_MIN_ADDRESS) {
> > 
> > Apparently epp->ep_entry is unsigned and VM_MIN_ADDRESS is zero, and
> > this results in an error.
> 
> Christos fixed it already.

Well, aparently on amd64 it is, but not on NetBSD/usermode! I'mm curious on
how he fixed it.

With regards,
Reinoud



Home | Main Index | Thread Index | Old Index