tor/scripts/maint/practracker
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
..
exceptions.txt When parsing a multiline controller command, be careful with linebreaks 2019-04-25 14:13:03 -04:00
metrics.py practracker: Be more careful about excluding "confusing terms" 2019-03-13 09:27:29 -04:00
practracker_tests.py Improve metrics implementation. 2019-02-27 19:31:15 +02:00
practracker.py Stop assuming that /usr/bin/python3 exists 2019-03-27 11:07:55 +10:00
problem.py practracker: add ability to regenerate exceptions file. 2019-03-25 16:09:11 -04:00
util.py practracker: sort filenames and directories. 2019-03-25 09:08:04 -04:00