Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334021
b: refs/heads/master
c: 0e24c4f
h: refs/heads/master
i:
  334019: 39f2fb6
v: v3
  • Loading branch information
Alan Cox authored and David S. Miller committed Oct 11, 2012
1 parent de20245 commit b52dc53
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0abc1ceec52fcb9f962a2cd52e89baccccbc1d2e
refs/heads/master: 0e24c4fc52b16f0a1102a933f636d2f350c41098
2 changes: 2 additions & 0 deletions trunk/net/ipv4/sysctl_net_ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ int proc_tcp_fastopen_key(ctl_table *ctl, int write, void __user *buffer,
ctxt = rcu_dereference(tcp_fastopen_ctx);
if (ctxt)
memcpy(user_key, ctxt->key, TCP_FASTOPEN_KEY_LENGTH);
else
memset(user_key, 0, sizeof(user_key));
rcu_read_unlock();

snprintf(tbl.data, tbl.maxlen, "%08x-%08x-%08x-%08x",
Expand Down

0 comments on commit b52dc53

Please sign in to comment.