diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2015-02-22 12:41:08 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-23 09:57:17 -0500 |
commit | 385558c32f666456ed10ed9dce3f4009437b015d (patch) | |
tree | fcec9532942ff377c89740af883da17e9c17769c /changes/bug14980 | |
parent | 8a9d86bf05110426e05c5dde4b22e45dfa99f8e9 (diff) | |
download | tor-385558c32f666456ed10ed9dce3f4009437b015d.tar.gz tor-385558c32f666456ed10ed9dce3f4009437b015d.zip |
Fix endianness issues in test_config_resolve_my_address().
Since resolve_my_address() yields IP address in host order there is
no need to use byteorder functions for conversion.
Diffstat (limited to 'changes/bug14980')
-rw-r--r-- | changes/bug14980 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug14980 b/changes/bug14980 new file mode 100644 index 0000000000..46767308e2 --- /dev/null +++ b/changes/bug14980 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Fix endianness issues in unit test for resolve_my_address() to + have it pass on big endian systems. Resolves issue 14980; bugfix on + Tor 0.2.6.3-alpha. |