Files
tor/scripts/maint
Nick Mathewson dbfe1a14e4 When parsing a multiline controller command, be careful with linebreaks
The first line break in particular was mishandled: it was discarded
if no arguments came before it, which made it impossible to
distinguish arguments from the first line of the body.

To solve this, we need to allocate a copy of the command rather than
using NUL to separate it, since we might have "COMMAND\n" as our input.

Fixes ticket 29984.
2019-04-25 14:13:03 -04:00
..
2018-07-05 17:15:50 -04:00
2019-01-16 12:33:22 -05:00
2019-01-16 12:33:22 -05:00
2018-11-20 16:57:57 +02:00