]> Git Repo - linux.git/commit
sctp: ensure ep is not destroyed before doing the dump
authorXin Long <[email protected]>
Sat, 17 Jun 2017 08:10:27 +0000 (16:10 +0800)
committerDavid S. Miller <[email protected]>
Mon, 19 Jun 2017 19:13:43 +0000 (15:13 -0400)
commit86fdb3448cc1ffe0e9f55380f1410f1d12c35f95
treeb6fefe0b3cf22d208e9afa87f9dd638116ac6606
parent7fe5b914313ff67d71cb2b5aa4b850e0884e75dd
sctp: ensure ep is not destroyed before doing the dump

Now before dumping a sock in sctp_diag, it only holds the sock while
the ep may be already destroyed. It can cause a use-after-free panic
when accessing ep->asocs.

This patch is to set sctp_sk(sk)->ep NULL in sctp_endpoint_destroy,
and check if this ep is already destroyed before dumping this ep.

Suggested-by: Marcelo Ricardo Leitner <[email protected]>
Signed-off-by: Xin Long <[email protected]>
Acked-by: Neil Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/sctp/endpointola.c
net/sctp/sctp_diag.c
This page took 0.05096 seconds and 4 git commands to generate.