NetBSD/common/lib
cube 00fbe2b725 In _prop_object_copyout_ioctl, uaddr was not initialised, although it is
used by uvm_mmap() as a hint for the virtual address to map memory to.  As
a consequence, it tended to fail a lot on some architectures.

We cannot use 0, so instead use the value that would have been used if we
were calling mmap(2) with 0 as the first argument.

Fixes PR#34639 by xtraeme@.
2006-11-28 18:30:47 +00:00
..
libc Add strsep(3) to libkern. 2006-11-13 03:26:43 +00:00
libprop In _prop_object_copyout_ioctl, uaddr was not initialised, although it is 2006-11-28 18:30:47 +00:00