aboutsummaryrefslogtreecommitdiff
path: root/net/socket.c
diff options
context:
space:
mode:
authorHerbert Xu2017-11-10 14:14:06 +1100
committerSteffen Klassert2017-11-14 07:00:47 +0100
commit0e74aa1d79a5bbc663e03a2804399cae418a0321 (patch)
tree64b09a5e527e0e1d1b51b8eaec8abb9491cfc4f4 /net/socket.c
parentb39545684a90ef3374abc0969d64c7bc540d128d (diff)
xfrm: Copy policy family in clone_policy
The syzbot found an ancient bug in the IPsec code. When we cloned a socket policy (for example, for a child TCP socket derived from a listening socket), we did not copy the family field. This results in a live policy with a zero family field. This triggers a BUG_ON check in the af_key code when the cloned policy is retrieved. This patch fixes it by copying the family field over. Reported-by: syzbot <syzkaller@googlegroups.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net/socket.c')
0 files changed, 0 insertions, 0 deletions