commit | 30ac379a6921b14f4c44e13875d39b8f8f478958 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Jan 10 12:06:20 2013 +0300 |
committer | James Bottomley <JBottomley@Parallels.com> | Wed Jan 30 11:54:54 2013 +1100 |
tree | 69148f965737a2283ff516523be7d530803835d1 | |
parent | 2be509c97fdc2cfc6771d97f346ff5e4c5c85089 [diff] |
[SCSI] bfa: fix strncpy() limiter in bfad_start_ops() The closing parenthesis is in the wrong place so it takes the sizeof a pointer instead of the sizeof the buffer minus one. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Anil Gurumurthy <agurumur@brocade.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>