Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262341
b: refs/heads/master
c: 7bbb654
h: refs/heads/master
i:
  262339: 347291d
v: v3
  • Loading branch information
Nicholas Bellinger committed Jul 27, 2011
1 parent 98145e3 commit 5d92c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 76f1928e8831961a692459924cfac0ca1b0d303a
refs/heads/master: 7bbb654e9c77a8692425dbd2c704ad245b86ec8a
2 changes: 1 addition & 1 deletion trunk/drivers/target/iscsi/iscsi_target_configfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ struct se_tpg_np *lio_target_call_addnptotpg(
return ERR_PTR(-EOVERFLOW);
}
memset(buf, 0, MAX_PORTAL_LEN + 1);
snprintf(buf, MAX_PORTAL_LEN, "%s", name);
snprintf(buf, MAX_PORTAL_LEN + 1, "%s", name);

memset(&sockaddr, 0, sizeof(struct __kernel_sockaddr_storage));

Expand Down

0 comments on commit 5d92c21

Please sign in to comment.