tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 18416b2cf0822ec9579854291292cb0ba4d4844a
parent 4f3e6d5027c6c5ee49929f5329235f6c5de6ef6a
Author: cypherpunks <cypherpunks@torproject.org>
Date:   Fri, 17 Aug 2018 17:25:24 +0000

test/protover: add test for whitespace parsing bug

Diffstat:
Msrc/test/test_protover.c | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/test/test_protover.c b/src/test/test_protover.c @@ -579,6 +579,10 @@ test_protover_vote_roundtrip(void *args) { "Link=1-2-3", NULL }, { "Faux=1-2-", NULL }, { "Faux=1-2-3", NULL }, + { "Link=\t1,3", NULL }, + { "Link=1\n,3", NULL }, + { "Faux=1,\r3", NULL }, + { "Faux=1,3\f", NULL }, /* Large integers */ { "Link=4294967296", NULL }, /* Large range */