]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use TAILQ_FOREACH_SAFE() macro to avoid use after free in soclose().
authorae <ae@FreeBSD.org>
Mon, 19 Aug 2019 12:42:03 +0000 (12:42 +0000)
committerae <ae@FreeBSD.org>
Mon, 19 Aug 2019 12:42:03 +0000 (12:42 +0000)
commit700a658772ce3493fe2064b31f9acce6a20f028b
tree54c5464d78b00dfcad82a63ed149c9ca4e3f119b
parent6261923e4cb43812a01923cf610f8506dd6a9f02
Use TAILQ_FOREACH_SAFE() macro to avoid use after free in soclose().

PR: 239893
MFC after: 1 week
sys/kern/uipc_socket.c