K 10 svn:author V 7 delphij K 8 svn:date V 27 2010-11-12T01:45:29.441390Z K 7 svn:log V 332 MFC r214854: Validate whether the zfs_cmd_t submitted from userland is not smaller than what we have. Without the check the kernel could accessing memory that does not belong to the request struct. Note that we do not test if the struct equals in size at this time, which may faciliate forward compatibility with newer binaries. END