aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-20 12:55:31 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-20 12:55:31 -0400
commitd6c564e09ab491765b6773cc45320bc0f605fcfe (patch)
treec0b27e8b7a641013488b1ea022c473766ef7b3bd /changes
parent62b709bc26fe628777d2af4becdf08fd8adf1140 (diff)
downloadtor-d6c564e09ab491765b6773cc45320bc0f605fcfe.tar.gz
tor-d6c564e09ab491765b6773cc45320bc0f605fcfe.zip
Use the correct macro to detect an invalid socket in tortls_nss.c
Fixes bug 27782; bugfix on 0.3.5.1-alpha
Diffstat (limited to 'changes')
-rw-r--r--changes/bug277824
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug27782 b/changes/bug27782
new file mode 100644
index 0000000000..3564c34b68
--- /dev/null
+++ b/changes/bug27782
@@ -0,0 +1,4 @@
+ o Minor bugfixes (NSS):
+ - Correctly detect failure to open a dummy TCP socket when
+ stealing ownership of an fd from the NSS layer. Fixes bug 27782;
+ bugfix on 0.3.5.1-alpha.