Searched hist:172822 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/etc/rc.d/
H A Damddiff 172822 Fri Oct 19 22:55:42 MDT 2007 mtm The amd_map_program knob can potentially contain a command whose output
is then used as an argument to the amd program. This outpu may contain
newlines, but the script did not take care to strip those newlines before
apending it to rc_flags. Revision 1.72 of rc.subr(8) introduced changes that
exposed this problem (specifically putting the final eval'ed command in
quotes).[1]

Also, for correctness' sake, shell directives appended to the command-line
by the script should go into command_args, and not appended directly
to rc_flags.

Reported by: John E Hein <jhein@timing.com> [1]
Tested by: John E Hein <jhein@timing.com>
MFC after: 1 week

Completed in 51 milliseconds