aboutsummaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGeLiXin <[email protected]>2016-10-19 01:43:22 +0800
committerBrian Behlendorf <[email protected]>2016-10-18 10:43:22 -0700
commit66826e2285d6ef8162e5cb8e727da5ea2d9f33f2 (patch)
tree1769d3aa90720089bf3a31c130170da5e9182115 /module
parent1b81ab46d060257288ee9739f7e9c5199deb901b (diff)
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 <[email protected]> Signed-off-by: GeLiXin <[email protected]> Closes #5283
Diffstat (limited to 'module')
0 files changed, 0 insertions, 0 deletions