"Matt Thomas" writes: > Module Name: src > Committed By: matt > Date: Fri May 15 07:52:51 UTC 2015 > > Modified Files: > src/sys/compat/netbsd32: netbsd32_lwp.c > > Log Message: > In lwp_ctl, convert ptr to 32 bits before copyout.
i wonder if we should KASSERT() that the vaddr_t fits in 32 bits? or ... fits in VM_*ADDRESS_USER? .mrg.