K 10 svn:author V 3 kan K 8 svn:date V 27 2017-12-23T16:45:24.554173Z K 7 svn:log V 207 Do not pass NULL pointer to copyout in if_clone_list. Sometimes caller is only interested in how many clones are there and NULL pointer is passed for the destination buffer. Do not pass it to copyout then. END