git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f67835
)
target: change sprintf to snprintf in transport_dump_vpd_ident
author
Dan Carpenter
<dan.carpenter@oracle.com>
Fri, 18 Jan 2013 13:05:12 +0000
(16:05 +0300)
committer
Nicholas Bellinger
<nab@linux-iscsi.org>
Wed, 13 Feb 2013 19:27:31 +0000
(11:27 -0800)
"buf" is 128 characters and "vpd->device_identifier" is 256. It makes
the static checkers complain.
Also bump VPD_TMP_BUF_SIZE to match INQUIRY_VPD_DEVICE_IDENTIFIER_LEN.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
No differences found