tor/src/core
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
..
crypto Use crypto_xof() in hs_ntor.c. 2019-01-17 12:43:20 -05:00
mainloop When parsing a multiline controller command, be careful with linebreaks 2019-04-25 14:13:03 -04:00
or Merge branch 'bug29500_040_monoinit_revert' into bug29500_master_monoinit 2019-04-05 12:24:20 +10:00
proto Split all controller events code into a new control_events.c 2019-03-25 12:11:59 -04:00
include.am Start on a command-parsing tool for controller commands. 2019-04-25 14:13:03 -04:00