[Bug 265001] loader: Comments in loader.conf ignored if they contain '"'

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 02 Jul 2022 19:38:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265001

            Bug ID: 265001
           Summary: loader: Comments in loader.conf ignored if they
                    contain '"'
           Product: Base System
           Version: 13.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: crahman@gmail.com

If the following entries are made into /boot/loader.conf:

test_directive_a="test a"               # This is test_directive_a
test_directive_b="test b"               # This is "test_directive_b"
test_directive_c="test c"               # This is 'test_directive_b'

then the middle comment will not appear in the kernel environment.

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