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



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.

Martin


Home | Main Index | Thread Index | Old Index