aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-12-02 16:15:52 -0500
committerNick Mathewson <nickm@torproject.org>2011-12-02 16:15:52 -0500
commit6171bdd1056e3511b1842ac8a3e17aa349616075 (patch)
tree1d8b3f6ed477758475abb09467f72cf2f12e733b /changes
parent2b5a0356047e7622c66e434cd8ac4a7689d4cc28 (diff)
downloadtor-6171bdd1056e3511b1842ac8a3e17aa349616075.tar
tor-6171bdd1056e3511b1842ac8a3e17aa349616075.tar.gz
Don't call tor_tls_set_logged_address till after checking conn->tls
Fixes bug 4531; partial backport of e27a26d5.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug45314
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug4531 b/changes/bug4531
new file mode 100644
index 000000000..6209f9a05
--- /dev/null
+++ b/changes/bug4531
@@ -0,0 +1,4 @@
+ o Major bugfixes:
+ - Fix null-pointer access that could occur if TLS allocation failed.
+ Fixes bug 4531; bugfix on 0.2.0.20-rc. Found by "troll_un".
+