https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290564
--- Comment #3 from Eugene M. Kim <[email protected]> --- Saw the analysis too late; I concur that at least the newline should be escaped (because it's used as a jail separator in the jail -e output). An additional strchr(p, '\n') call alongside the existing ' ' and '\t' cases would fix it. -- You are receiving this mail because: You are the assignee for the bug.
