mirror_zfs/tests/zfs-tests
GeLiXin 66826e2285 Fix coverity defects: CID 147643, 152204, 49339
CID 147643: Type: String not null terminated
- make sure that the string is null terminated before strlen
  and fprintf.

CID 152204: Type: Copy into fixed size buffer
- since strlcpy isn't availabe here, use strncpy and terminate
  the string manually.

CID 49339: Type: Buffer not null terminated
- since strlcpy isn't availabe here, terminate the string
  manually before fprintf.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: GeLiXin <ge.lixin@zte.com.cn>
Closes #5283
2016-10-18 10:43:22 -07:00
..
cmd Fix coverity defects: CID 49339, 153393 2016-10-18 10:31:57 -07:00
include Add python style checking 2016-10-07 09:54:02 -07:00
tests Fix coverity defects: CID 147643, 152204, 49339 2016-10-18 10:43:22 -07:00
Makefile.am Add the ZFS Test Suite 2016-03-16 13:46:16 -07:00