Current-Users archive

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

amd64-current error in kern_exec.c



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.


--
Hisashi T Fujinaka - htodd%twofifty.com@localhost
BSEE(6/86) + BSChem(3/95) + BAEnglish(8/95) + MSCS(8/03) + $2.50 = latte


Home | Main Index | Thread Index | Old Index