Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Mar 2022 17:53:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        jail@FreeBSD.org
Subject:   [Bug 262471] jail utility crashes when supplied -m and vnet parameter
Message-ID:  <bug-262471-29815-ZPmLMr5465@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262471-29815@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262471-29815@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=3D262471

Jamie Gritton <jamie@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|jail@FreeBSD.org            |jamie@FreeBSD.org

--- Comment #1 from Jamie Gritton <jamie@FreeBSD.org> ---
I see the problem.  In the check for non-changeable parameters, it's trying=
 to
dereference the value of vnet.  There's code to catch boolean parameters wi=
th
implicit values, but it misses vnet which isn't a true boolean.

Working on making a hideous-looking if statement even worse...

--=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-262471-29815-ZPmLMr5465>