Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78514
b: refs/heads/master
c: b5dd674
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jan 28, 2008
1 parent ccbb05e commit 46f2878
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: c9d8fe13175140c79982f9d29c6921328f9afad6
refs/heads/master: b5dd674b2a1de5925955a088b0a10f81484e975a
2 changes: 1 addition & 1 deletion trunk/net/ipv6/netfilter/ip6_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ static int get_info(void __user *user, int *len, int compat)
sizeof(info.underflow));
info.num_entries = private->number;
info.size = private->size;
memcpy(info.name, name, sizeof(info.name));
strcpy(info.name, name);

if (copy_to_user(user, &info, *len) != 0)
ret = -EFAULT;
Expand Down

0 comments on commit 46f2878

Please sign in to comment.