summaryrefslogtreecommitdiff
path: root/changes/tor_socket_tests
diff options
context:
space:
mode:
Diffstat (limited to 'changes/tor_socket_tests')
-rw-r--r--changes/tor_socket_tests11
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/tor_socket_tests b/changes/tor_socket_tests
new file mode 100644
index 0000000000..b7ee3251bb
--- /dev/null
+++ b/changes/tor_socket_tests
@@ -0,0 +1,11 @@
+ o Minor bugfixes:
+ - Find more places in the code that should have been testing for
+ invalid sockets using the SOCKET_OK macro. Required for a fix
+ for bug 4533. Bugfix on 0.2.2.28-beta.
+ - Detect attempts to build Tor on (as yet hypothetical) versions
+ of Windows where sizeof(intptr_t) != sizeof(SOCKET). Partial
+ fix for bug 4533. Bugfix on 0.2.2.28-beta.
+
+ o Code simplification and refactoring:
+ - Use a TOR_INVALID_SOCKET macro when initializing a socket to an
+ invalid value, rather than just -1.