Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322022
b: refs/heads/master
c: 2d8a041
h: refs/heads/master
v: v3
  • Loading branch information
Mathias Krause authored and David S. Miller committed Aug 16, 2012
1 parent 5a4ad78 commit cee5f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b07f8eb75aa3097cdfd4f6eac3da49db787381d
refs/heads/master: 2d8a041b7bfe1097af21441cb77d6af95f4f4680
1 change: 1 addition & 0 deletions trunk/net/netfilter/ipvs/ip_vs_ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2759,6 +2759,7 @@ do_ip_vs_get_ctl(struct sock *sk, int cmd, void __user *user, int *len)
{
struct ip_vs_timeout_user t;

memset(&t, 0, sizeof(t));
__ip_vs_get_timeouts(net, &t);
if (copy_to_user(user, &t, sizeof(t)) != 0)
ret = -EFAULT;
Expand Down

0 comments on commit cee5f2e

Please sign in to comment.