]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a possible next-hop refcount leak when handling IPSec traffic.
authormarkj <markj@FreeBSD.org>
Wed, 1 Jul 2020 15:42:48 +0000 (15:42 +0000)
committermarkj <markj@FreeBSD.org>
Wed, 1 Jul 2020 15:42:48 +0000 (15:42 +0000)
commitd2a7d21813cfcd844c7e9d20317ebeab8b270805
treee17ec4d87f907dd3ea7f16f0460d2b7f5801d421
parente136017b55411e9ed450345e747bcde9b7a99485
Fix a possible next-hop refcount leak when handling IPSec traffic.

It may be possible to fix this by deferring the lookup, but let's
keep the initial change simple to make MFCs easier.

PR: 246951
Reviewed by: melifaro
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D25519
sys/netinet/ip_input.c