[Bug 262471] jail utility crashes when supplied -m and vnet parameter

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 24 Mar 2022 17:53:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262471

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 with
implicit values, but it misses vnet which isn't a true boolean.

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

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