]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix test_geoip failures on windows by writing file in binary mode.
authorNick Mathewson <nickm@torproject.org>
Fri, 22 Jun 2018 18:47:48 +0000 (14:47 -0400)
committerNick Mathewson <nickm@torproject.org>
Sun, 24 Jun 2018 18:06:05 +0000 (14:06 -0400)
commit3cc0a145bd2befbc22e86d4fa609d5b00f6039f6
treeef6a799526ecbaf3f51553aca59f08466d6ae97a
parent92ae9bb95b6275dfeb28f9aee424c1147365ed4d
Fix test_geoip failures on windows by writing file in binary mode.

Fixes bug 26480; bug appeared when we re-enabled the geoip tests on
windows.  Bug originally introduced by our fix to 25787; bug not in
any released Tor.
src/test/test_geoip.c