Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2015 16:17:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 200323] BPF userland misuse can crash the system
Message-ID:  <bug-200323-2472-mdORHZUXDN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200323-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200323-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=200323

--- Comment #7 from Franco Fichtner <franco@opnsense.org> ---
You read a value from a lock-protected entity, you acquire a (read) lock.  You
write a value to a lock-protected entity, you acquire a (write) lock.  After
the patch, there is neither.  Do you want to risk pushing a regression into
production code?

-- 
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-200323-2472-mdORHZUXDN>