Date: Mon, 01 Jun 2020 15:40:20 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 246597] Race condition in mountd Message-ID: <bug-246597-227-DmeBwQPZ4H@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-246597-227@https.bugs.freebsd.org/bugzilla/> References: <bug-246597-227@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=3D246597 Mark Johnston <markj@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org, | |rmacklem@FreeBSD.org --- Comment #1 from Mark Johnston <markj@FreeBSD.org> --- Does this fully fix the race? If mountd receives SIGHUP while executing get_exportlist(), it will block in select without re-reading the exports fi= le, and the next request will be handled before the export list is re-processed= .=20 Am I missing something? --=20 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-246597-227-DmeBwQPZ4H>