From 385558c32f666456ed10ed9dce3f4009437b015d Mon Sep 17 00:00:00 2001 From: rl1987 Date: Sun, 22 Feb 2015 12:41:08 +0200 Subject: 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. --- changes/bug14980 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug14980 (limited to 'changes/bug14980') 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. -- cgit v1.2.3-54-g00ecf