[#]
http://marc.info/?l=openbsd-cvs&m=140781770202204&w=2
openbsd-cvs(obsdave,2) — All
2014-08-12 08:55:07
Module name: src
Changes by: miod@cvs.openbsd.org 2014/08/11 22:28:07
Modified files:
sys/arch/mips64/mips64: mips64_machdep.c
Log message:
Pass 0 instead of uvm_map_hint() to uvm_map() in exec_md_map() to figure out
where to put the fpu assist page, for uvm_map_hint() may return an address
outside userland bounds due to aggressive randomization. Passing zero will
still get a random address, but correctly bounded.