]> git.ipfire.org Git - thirdparty/tor.git/commit
protover: Fix old tor hardcoded version check
authorDavid Goulet <dgoulet@torproject.org>
Mon, 28 Nov 2016 15:58:03 +0000 (10:58 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 2 Dec 2016 17:09:08 +0000 (12:09 -0500)
commit907cd8a0cfb6da08450902ebb2f21db3cd65e7f7
treee65ba9067d929be27c80031c8ffe32da062a303b
parent8b93cbc16d2ec0b64ce9d48482a2cf2164ed1199
protover: Fix old tor hardcoded version check

When computing old Tor protocol line version in protover, we were looking at
0.2.7.5 twice instead of the specific case for 0.2.9.1-alpha.

Fixes #20810

Signed-off-by: David Goulet <dgoulet@torproject.org>
changes/bug20810 [new file with mode: 0644]
src/or/protover.c