[Bug 280913] [patch] Unexpected state of vnet-jails with ifconfig_DEFAULT="DHCP" in rc.conf(5)

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 26 Aug 2024 17:24:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280913

--- Comment #3 from crest@rlwinm.de ---
Interface names can contain any null terminated string e.g. `$'💩
𓂸\n\t\377\10\10\10'` (including the NUL byte). They're unsafe (splitting,
trimming, globbing), to expand in shell scripts outside of a double quoted
strings e.g. `dhcpif $1`

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