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
..
2019-04-06 11:06:22 +10:00
2019-03-12 11:09:53 -04:00
2019-03-12 20:11:51 +02:00
2019-04-03 14:30:56 -04:00
2019-03-22 09:22:54 +10:00
2019-03-15 08:57:28 -04:00
2019-03-25 14:13:45 +10:00
2019-01-08 18:21:10 +10:00
2019-04-01 13:40:16 +10:00
2019-03-08 10:25:28 -05:00
2019-03-13 09:29:10 -04:00
2019-04-06 11:07:20 +10:00
2019-03-12 11:09:53 -04:00
2019-04-05 12:14:18 +10:00
2019-03-20 18:07:00 +10:00
2019-03-14 12:54:16 +02:00
2019-03-22 11:16:30 -04:00
2019-03-22 13:20:23 +10:00
2019-03-09 11:59:52 +10:00
2019-03-09 12:03:00 +10:00
2019-03-26 09:39:37 -04:00
2019-03-24 10:10:52 +02:00
2019-03-25 03:10:37 +01:00
2019-04-08 17:02:14 -04:00
2019-03-27 19:27:57 +02:00
2019-03-28 09:31:13 -04:00
2019-04-04 20:26:09 -04:00
2019-04-03 18:05:23 +03:00
2019-04-04 13:21:35 +10:00
2019-04-04 11:24:55 -04:00
2019-04-10 12:46:27 +03:00
2019-04-09 12:05:33 -04:00
2019-03-26 12:24:45 +10:00
2019-04-09 11:34:51 +10:00
2019-04-03 09:26:28 +02:00
2019-03-26 20:10:56 -04:00
2019-03-26 17:41:21 +10:00
2019-03-29 17:26:09 +10:00
2019-04-04 11:48:36 -04:00
2019-03-10 19:12:47 +02:00
2019-03-24 09:25:30 +02:00
2019-03-10 18:28:06 +02:00
2019-04-05 15:17:19 +10:00
2019-03-29 14:26:03 -04:00
2019-03-12 15:19:28 -04:00
2019-03-21 12:00:45 +10:00
2019-03-25 15:08:36 -04:00
2019-03-29 17:26:30 +10:00
2019-03-27 11:07:55 +10:00
2019-04-01 14:08:24 +10:00
2019-04-25 14:13:03 -04:00
2019-04-08 11:16:45 +03:00