CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2012/09/29 16:23:40
Modified files: sys/kern : exec_aout.c Log message: When running a.out OMAGIC binaries, be sure to round ep_daddr to a page boundary; uvm depends on this and will KASSERT this for its own safety. Found the hard way, rounding direction discussed with ariane@ (I initially wanted to round down, but it makes more sense to round up). Of course noone in his right mind ought to run OMAGIC binaries (-: