diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-12-02 16:15:52 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-12-02 16:15:52 -0500 |
commit | 6171bdd1056e3511b1842ac8a3e17aa349616075 (patch) | |
tree | 1d8b3f6ed477758475abb09467f72cf2f12e733b /changes | |
parent | 2b5a0356047e7622c66e434cd8ac4a7689d4cc28 (diff) | |
download | tor-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/bug4531 | 4 |
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". + |