NetBSD/common
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
..
dist/zlib Coverity CID 3206: Add assertion for NULL deref. 2006-05-13 22:05:04 +00:00
include/prop Add prop_array_t support to prop_kern. 2006-10-26 18:51:21 +00:00
lib In _prop_object_copyout_ioctl, uaddr was not initialised, although it is 2006-11-28 18:30:47 +00:00