K 10 svn:author V 3 mav K 8 svn:date V 27 2019-07-07T18:50:23.516926Z K 7 svn:log V 316 MFC r349243: Optimize xpt_getattr(). Do not allocate temporary buffer for attributes we are going to return as-is, just make sure to NUL-terminate them. Do not zero temporary 64KB buffer for CDAI_TYPE_SCSI_DEVID, XPT tells us how much data it filled and there are also length fields inside the returned data also. END