K 10 svn:author V 7 delphij K 8 svn:date V 27 2017-06-15T15:24:15.102003Z K 7 svn:log V 351 MFC r319852: Fix buffer lengths. After r319369, the RPC code validates caller supplied buffer length in taddr2uaddr. When no -h is specified, the sizeof(ai_addr) is used, which is always smaller than the required size and therefore uaddr would be NULL, causing the kernel to copyin() from userland NULL and fail with EFAULT. Approved by: re (kib) END