diff options
author | 2016-10-28 13:40:24 -0700 | |
---|---|---|
committer | 2016-10-31 15:25:55 -0400 | |
commit | e551c32d57c88923f99f8f010e89ca7ed0735e83 (patch) | |
tree | d9bf9bc1978e78b74c4df3f2e6cfdead536c1b33 /drivers/net/xen-netfront.c | |
parent | dctcp: avoid bogus doubling of cwnd after loss (diff) | |
download | linux-rng-e551c32d57c88923f99f8f010e89ca7ed0735e83.tar.xz linux-rng-e551c32d57c88923f99f8f010e89ca7ed0735e83.zip |
net: clear sk_err_soft in sk_clone_lock()
At accept() time, it is possible the parent has a non zero
sk_err_soft, leftover from a prior error.
Make sure we do not leave this value in the child, as it
makes future getsockopt(SO_ERROR) calls quite unreliable.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/xen-netfront.c')
0 files changed, 0 insertions, 0 deletions