aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-10-07 08:09:59 -0400
committerNick Mathewson <nickm@torproject.org>2020-10-07 08:09:59 -0400
commit968b6c30c1158fde003a99a7d22a575e3b211c91 (patch)
treeb9739c3a093e0427769de5778fbfc86b03d64f75 /changes
parente0e0ef713e96a196782fec754b11874675263c04 (diff)
parent40eb6b19a33f1261168e5d64ba162d6f7d80e5a1 (diff)
downloadtor-968b6c30c1158fde003a99a7d22a575e3b211c91.tar.gz
tor-968b6c30c1158fde003a99a7d22a575e3b211c91.zip
Merge remote-tracking branch 'tor-gitlab/mr/43' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket400355
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40035 b/changes/ticket40035
new file mode 100644
index 0000000000..8cdd447199
--- /dev/null
+++ b/changes/ticket40035
@@ -0,0 +1,5 @@
+ o Major bugfixes (NSS):
+ - When running with NSS enabled, make sure that NSS knows to expect
+ nonblocking sockets. Previously, we set our TCP sockets as blocking,
+ but did not tell NSS about the fact, which in turn could lead to
+ unexpected blocking behavior. Fixes bug 40035; bugfix on 0.3.5.1-alpha.