Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 2015 09:42:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 204437] 10.2 STABLE Crashing with IPSec Support
Message-ID:  <bug-204437-2472-gPzQMgkLLH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204437-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204437-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204437

--- Comment #13 from emeric.poupon@stormshield.eu ---
Created attachment 163350
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163350&action=edit
Fix race in in_pcbrele_wlocked

We are now sure there is a race in in_pcbrele_wlocked: the returned inp may
have been freed (problem spotted on a test machine)

Please try the attached patch.

Additionally, we would need to check every caller to make sure they check the
inp once they unlock/relock the inp

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204437-2472-gPzQMgkLLH>